Class: Aws::ServiceQuotas::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A complex data type that contains zero or more tag elements.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A complex data type that contains zero or more tag elements.
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 |