Class: Aws::Kinesis::Types::ListTagsForStreamInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exclusive_start_tag_keyString

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.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
1348
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1341

class ListTagsForStreamInput < Struct.new(
  :stream_name,
  :exclusive_start_tag_key,
  :limit,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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.

Returns:

  • (Integer)


1341
1342
1343
1344
1345
1346
1347
1348
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1341

class ListTagsForStreamInput < Struct.new(
  :stream_name,
  :exclusive_start_tag_key,
  :limit,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
1348
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1341

class ListTagsForStreamInput < Struct.new(
  :stream_name,
  :exclusive_start_tag_key,
  :limit,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
1348
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1341

class ListTagsForStreamInput < Struct.new(
  :stream_name,
  :exclusive_start_tag_key,
  :limit,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end