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:



24047
24048
24049
24050
24051
24052
24053
# File 'lib/aws-sdk-glue/types.rb', line 24047

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

#idString

The identifier of the asset type.

Returns:

  • (String)


24047
24048
24049
24050
24051
24052
24053
# File 'lib/aws-sdk-glue/types.rb', line 24047

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

#nameString

The name of the asset type.

Returns:

  • (String)


24047
24048
24049
24050
24051
24052
24053
# File 'lib/aws-sdk-glue/types.rb', line 24047

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