Class: Aws::Kinesis::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
An array of tags associated with the specified Kinesis resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
An array of tags associated with the specified Kinesis resource.
1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1460 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |