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:



775
776
777
778
779
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 775

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