Class: Aws::Firehose::Types::TagDeliveryStreamInput

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 to which you want to add the tags.

Returns:

  • (String)


5148
5149
5150
5151
5152
5153
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5148

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

#tagsArray<Types::Tag>

A set of key-value pairs to use to create the tags.

Returns:



5148
5149
5150
5151
5152
5153
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5148

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