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

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

#delivery_stream_nameString

The name of the delivery stream to which you want to add the tags.

Returns:

  • (String)


4681
4682
4683
4684
4685
4686
# File 'lib/aws-sdk-firehose/types.rb', line 4681

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:



4681
4682
4683
4684
4685
4686
# File 'lib/aws-sdk-firehose/types.rb', line 4681

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