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 assigned to the resource.

Returns:



6285
6286
6287
6288
6289
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6285

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