Class: Aws::Kinesis::Types::ListTagsForStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ListTagsForStreamInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Represents the input for ListTagsForStream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusive_start_tag_key ⇒ String
The key to use as the starting point for the list of tags.
-
#limit ⇒ Integer
The number of tags to return.
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_id ⇒ String
Not Implemented.
-
#stream_name ⇒ String
The name of the stream.
Instance Attribute Details
#exclusive_start_tag_key ⇒ String
The key to use as the starting point for the list of tags. If this
parameter is set, ListTagsForStream gets all tags that occur after
ExclusiveStartTagKey.
1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class ListTagsForStreamInput < Struct.new( :stream_name, :exclusive_start_tag_key, :limit, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The number of tags to return. If this number is less than the total
number of tags associated with the stream, HasMoreTags is set to
true. To list additional tags, set ExclusiveStartTagKey to the
last key in the response.
1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class ListTagsForStreamInput < Struct.new( :stream_name, :exclusive_start_tag_key, :limit, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class ListTagsForStreamInput < Struct.new( :stream_name, :exclusive_start_tag_key, :limit, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class ListTagsForStreamInput < Struct.new( :stream_name, :exclusive_start_tag_key, :limit, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream.
1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1495 class ListTagsForStreamInput < Struct.new( :stream_name, :exclusive_start_tag_key, :limit, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |