Class: Aws::Glue::Types::GetAssetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetAssetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the asset to retrieve.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the asset to retrieve.
13041 13042 13043 13044 13045 |
# File 'lib/aws-sdk-glue/types.rb', line 13041 class GetAssetInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |