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)


4089
4090
4091
4092
4093
# File 'lib/aws-sdk-firehose/types.rb', line 4089

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