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)


13115
13116
13117
13118
13119
# File 'lib/aws-sdk-glue/types.rb', line 13115

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