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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicequotas/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:



760
761
762
763
764
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 760

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