Class: Aws::IoTWireless::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The tags to attach to the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
3683 3684 3685 3686 3687 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3683 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |