Class: Aws::DataZone::Types::CreateAssetTypeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The descripton of the custom asset type.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1208

class CreateAssetTypeInput < Struct.new(
  :description,
  :domain_identifier,
  :forms_input,
  :name,
  :owning_project_identifier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#domain_identifierString

The unique identifier of the Amazon DataZone domain where the custom asset type is being created.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1208

class CreateAssetTypeInput < Struct.new(
  :description,
  :domain_identifier,
  :forms_input,
  :name,
  :owning_project_identifier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#forms_inputHash<String,Types::FormEntryInput>

The metadata forms that are to be attached to the custom asset type.

Returns:



1208
1209
1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1208

class CreateAssetTypeInput < Struct.new(
  :description,
  :domain_identifier,
  :forms_input,
  :name,
  :owning_project_identifier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the custom asset type.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1208

class CreateAssetTypeInput < Struct.new(
  :description,
  :domain_identifier,
  :forms_input,
  :name,
  :owning_project_identifier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#owning_project_identifierString

The identifier of the Amazon DataZone project that is to own the custom asset type.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1208

class CreateAssetTypeInput < Struct.new(
  :description,
  :domain_identifier,
  :forms_input,
  :name,
  :owning_project_identifier)
  SENSITIVE = [:description]
  include Aws::Structure
end