Class: Aws::Glue::Types::AssetTypeItem

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

Overview

A summary of an asset type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the asset type.

Returns:

  • (String)


504
505
506
507
508
509
# File 'lib/aws-sdk-glue/types.rb', line 504

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

#nameString

The name of the asset type.

Returns:

  • (String)


504
505
506
507
508
509
# File 'lib/aws-sdk-glue/types.rb', line 504

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