Class: Aws::GameLift::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The collection of tags assigned to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The collection of tags assigned to the resource.
6295 6296 6297 6298 6299 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6295 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |