Class: Aws::Firehose::Types::UntagDeliveryStreamInput

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.

Returns:

  • (String)


4703
4704
4705
4706
4707
4708
# File 'lib/aws-sdk-firehose/types.rb', line 4703

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

#tag_keysArray<String>

A list of tag keys. Each corresponding tag is removed from the delivery stream.

Returns:

  • (Array<String>)


4703
4704
4705
4706
4707
4708
# File 'lib/aws-sdk-firehose/types.rb', line 4703

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