Method: Aws::DataZone::Types::CreateAssetTypeInput#description
- Defined in:
- lib/aws-sdk-datazone/types.rb
#description ⇒ String
The descripton of the custom asset type.
1678 1679 1680 1681 1682 1683 1684 1685 1686 |
# File 'lib/aws-sdk-datazone/types.rb', line 1678 class CreateAssetTypeInput < Struct.new( :description, :domain_identifier, :forms_input, :name, :owning_project_identifier) SENSITIVE = [:description] include Aws::Structure end |