Class: Aws::IoTEvents::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags assigned to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags assigned to the resource.
2399 2400 2401 2402 2403 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2399 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |