Class: Aws::IoTManagedIntegrations::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the resource.
3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3431 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |