Class: Aws::GreengrassV2::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.
2778 2779 2780 2781 2782 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2778 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |