Class: Aws::Firehose::Types::ListTagsForDeliveryStreamOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_tagsBoolean

If this is ‘true` in the response, more tags are available. To list the remaining tags, set `ExclusiveStartTagKey` to the key of the last tag returned and call `ListTagsForDeliveryStream` again.

Returns:

  • (Boolean)


2753
2754
2755
2756
2757
2758
# File 'lib/aws-sdk-firehose/types.rb', line 2753

class ListTagsForDeliveryStreamOutput < Struct.new(
  :tags,
  :has_more_tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags associated with ‘DeliveryStreamName`, starting with the first tag after `ExclusiveStartTagKey` and up to the specified `Limit`.

Returns:



2753
2754
2755
2756
2757
2758
# File 'lib/aws-sdk-firehose/types.rb', line 2753

class ListTagsForDeliveryStreamOutput < Struct.new(
  :tags,
  :has_more_tags)
  SENSITIVE = []
  include Aws::Structure
end