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

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:



12862
12863
12864
12865
12866
12867
12868
# File 'lib/aws-sdk-glue/types.rb', line 12862

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

#idString

The identifier of the asset type.

Returns:

  • (String)


12862
12863
12864
12865
12866
12867
12868
# File 'lib/aws-sdk-glue/types.rb', line 12862

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

#nameString

The name of the asset type.

Returns:

  • (String)


12862
12863
12864
12865
12866
12867
12868
# File 'lib/aws-sdk-glue/types.rb', line 12862

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