Class: Aws::Firehose::Types::StopDeliveryStreamEncryptionInput

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 for which you want to disable server-side encryption (SSE).

Returns:

  • (String)


4637
4638
4639
4640
4641
# File 'lib/aws-sdk-firehose/types.rb', line 4637

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