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.
4393 4394 4395 4396 4397 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4393 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |