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.
3782 3783 3784 3785 3786 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3782 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |