Class: Aws::Glue::Types::GetAssetInput

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 unique identifier of the asset to retrieve.

Returns:

  • (String)


12964
12965
12966
12967
12968
# File 'lib/aws-sdk-glue/types.rb', line 12964

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