Class: Aws::Firehose::Types::ListTagsForDeliveryStreamInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

The name of the delivery stream whose tags you want to list.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2748

class ListTagsForDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :exclusive_start_tag_key,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#exclusive_start_tag_keyString

The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2748

class ListTagsForDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :exclusive_start_tag_key,
  :limit)
  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 delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

Returns:

  • (Integer)


2748
2749
2750
2751
2752
2753
2754
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2748

class ListTagsForDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :exclusive_start_tag_key,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end