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.
8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8391 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |