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:



24060
24061
24062
24063
24064
24065
24066
# File 'lib/aws-sdk-glue/types.rb', line 24060

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

#idString

The identifier of the asset type.

Returns:

  • (String)


24060
24061
24062
24063
24064
24065
24066
# File 'lib/aws-sdk-glue/types.rb', line 24060

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

#nameString

The name of the asset type.

Returns:

  • (String)


24060
24061
24062
24063
24064
24065
24066
# File 'lib/aws-sdk-glue/types.rb', line 24060

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