Class: Aws::Glue::Types::GetTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to retrieve tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to retrieve tags.
14193 14194 14195 14196 14197 |
# File 'lib/aws-sdk-glue/types.rb', line 14193 class GetTagsRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |