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

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

#identifierString

The identifier of the asset type to retrieve.

Returns:

  • (String)


12564
12565
12566
12567
12568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12564

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