Class: Aws::GameSparks::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags associated with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags associated with the resource.
1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 1255 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |