Class: Aws::Glue::Types::GetAssetTypeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



12571
12572
12573
12574
12575
12576
12577
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12571

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

#idString

The identifier of the asset type.

Returns:

  • (String)


12571
12572
12573
12574
12575
12576
12577
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12571

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

#nameString

The name of the asset type.

Returns:

  • (String)


12571
12572
12573
12574
12575
12576
12577
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12571

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