Class: Aws::DataZone::Types::CreateAssetRevisionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateAssetRevisionInput
- 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
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The revised description of the asset.
-
#domain_identifier ⇒ String
The unique identifier of the domain where the asset is being revised.
-
#forms_input ⇒ Array<Types::FormInput>
The metadata forms to be attached to the asset as part of asset revision.
-
#glossary_terms ⇒ Array<String>
The glossary terms to be attached to the asset as part of asset revision.
-
#identifier ⇒ String
The identifier of the asset.
-
#name ⇒ String
Te revised name of the asset.
-
#prediction_configuration ⇒ Types::PredictionConfiguration
The configuration of the automatically generated business-friendly metadata for the asset.
-
#type_revision ⇒ String
The revision type of the asset.
Instance Attribute Details
#client_token ⇒ String
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.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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 |
#description ⇒ String
The revised description of the asset.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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_identifier ⇒ String
The unique identifier of the domain where the asset is being revised.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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_input ⇒ Array<Types::FormInput>
The metadata forms to be attached to the asset as part of asset revision.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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_terms ⇒ Array<String>
The glossary terms to be attached to the asset as part of asset revision.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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 |
#identifier ⇒ String
The identifier of the asset.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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 |
#name ⇒ String
Te revised name of the asset.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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_configuration ⇒ Types::PredictionConfiguration
The configuration of the automatically generated business-friendly metadata for the asset.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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_revision ⇒ String
The revision type of the asset.
1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1532 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 |