Class: Aws::DataZone::Types::CreateAssetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateAssetInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :external_identifier, :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
Asset description.
-
#domain_identifier ⇒ String
Amazon DataZone domain where the asset is created.
-
#external_identifier ⇒ String
The external identifier of the asset.
-
#forms_input ⇒ Array<Types::FormInput>
Metadata forms attached to the asset.
-
#glossary_terms ⇒ Array<String>
Glossary terms attached to the asset.
-
#name ⇒ String
Asset name.
-
#owning_project_identifier ⇒ String
The unique identifier of the project that owns this asset.
-
#prediction_configuration ⇒ Types::PredictionConfiguration
The configuration of the automatically generated business-friendly metadata for the asset.
-
#type_identifier ⇒ String
The unique identifier of this asset's type.
-
#type_revision ⇒ String
The revision of this asset's type.
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.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#description ⇒ String
Asset description.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#domain_identifier ⇒ String
Amazon DataZone domain where the asset is created.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#external_identifier ⇒ String
The external identifier of the asset.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#forms_input ⇒ Array<Types::FormInput>
Metadata forms attached to the asset.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
Glossary terms attached to the asset.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#name ⇒ String
Asset name.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#owning_project_identifier ⇒ String
The unique identifier of the project that owns this asset.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#prediction_configuration ⇒ Types::PredictionConfiguration
The configuration of the automatically generated business-friendly metadata for the asset.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#type_identifier ⇒ String
The unique identifier of this asset's type.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |
#type_revision ⇒ String
The revision of this asset's type.
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1366 class CreateAssetInput < Struct.new( :client_token, :description, :domain_identifier, :external_identifier, :forms_input, :glossary_terms, :name, :owning_project_identifier, :prediction_configuration, :type_identifier, :type_revision) SENSITIVE = [:description, :external_identifier, :forms_input, :name] include Aws::Structure end |