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)


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

#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)


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_arnString

The ARN of the stream.

Returns:

  • (String)


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_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


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_nameString

The name of the stream.

Returns:

  • (String)


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