Class: Aws::EMRServerless::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1298 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |