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 that have been assigned to the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The collection of tags that have been assigned to the specified resource.
6147 6148 6149 6150 6151 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6147 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |