Class: Aws::ServiceQuotas::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicequotas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A complex data type that contains zero or more tag elements.

Returns:



920
921
922
923
924
# File 'lib/aws-sdk-servicequotas/types.rb', line 920

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