Class: Aws::Glue::Types::GetTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTagsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The requested tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The requested tags.
14125 14126 14127 14128 14129 |
# File 'lib/aws-sdk-glue/types.rb', line 14125 class GetTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |