Class: Aws::SSMQuickSetup::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::TagEntry>
Key-value pairs of metadata assigned to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::TagEntry>
Key-value pairs of metadata assigned to the resource.
1343 1344 1345 1346 1347 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1343 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |