Class: Aws::DataZone::Types::CreateAssetTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateAssetTypeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The descripton of the custom asset type.
-
#domain_identifier ⇒ String
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
-
#forms_input ⇒ Hash<String,Types::FormEntryInput>
The metadata forms that are to be attached to the custom asset type.
-
#name ⇒ String
The name of the custom asset type.
-
#owning_project_identifier ⇒ String
The identifier of the Amazon DataZone project that is to own the custom asset type.
Instance Attribute Details
#description ⇒ String
The descripton of the custom asset type.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-datazone/types.rb', line 1707 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-datazone/types.rb', line 1707 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |
#forms_input ⇒ Hash<String,Types::FormEntryInput>
The metadata forms that are to be attached to the custom asset type.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-datazone/types.rb', line 1707 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the custom asset type.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-datazone/types.rb', line 1707 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |
#owning_project_identifier ⇒ String
The identifier of the Amazon DataZone project that is to own the custom asset type.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-datazone/types.rb', line 1707 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |