Class: Aws::Glue::Types::GetAssetTypeRequest

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

#identifierString

The identifier of the asset type to retrieve.

Returns:

  • (String)


12551
12552
12553
12554
12555
# File 'lib/aws-sdk-glue/types.rb', line 12551

class GetAssetTypeRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end