Class: Aws::GameLift::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The collection of tags that have been assigned to the specified resource.

Returns:



6158
6159
6160
6161
6162
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6158

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end