Class: Aws::Glue::Types::PutAssetTypeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formsHash<String,Types::AssetTypeFormReference>

The forms that make up the asset type, keyed by form name.

Returns:



24587
24588
24589
24590
24591
24592
24593
# File 'lib/aws-sdk-glue/types.rb', line 24587

class PutAssetTypeResponse < Struct.new(
  :id,
  :name,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the asset type.

Returns:

  • (String)


24587
24588
24589
24590
24591
24592
24593
# File 'lib/aws-sdk-glue/types.rb', line 24587

class PutAssetTypeResponse < Struct.new(
  :id,
  :name,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the asset type.

Returns:

  • (String)


24587
24588
24589
24590
24591
24592
24593
# File 'lib/aws-sdk-glue/types.rb', line 24587

class PutAssetTypeResponse < Struct.new(
  :id,
  :name,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end