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:



9172
9173
9174
9175
9176
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9172

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