Class: Aws::DataZone::Types::CreateAssetRevisionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :forms_input, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#descriptionString

The revised description of the asset.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#domain_identifierString

The unique identifier of the domain where the asset is being revised.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#forms_inputArray<Types::FormInput>

The metadata forms to be attached to the asset as part of asset revision.

Returns:



1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms to be attached to the asset as part of asset revision.

Returns:

  • (Array<String>)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#identifierString

The identifier of the asset.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#nameString

Te revised name of the asset.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#prediction_configurationTypes::PredictionConfiguration

The configuration of the automatically generated business-friendly metadata for the asset.



1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end

#type_revisionString

The revision type of the asset.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1062

class CreateAssetRevisionInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :forms_input,
  :glossary_terms,
  :identifier,
  :name,
  :prediction_configuration,
  :type_revision)
  SENSITIVE = [:description, :forms_input, :name]
  include Aws::Structure
end