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

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

Returns:

  • (String)


5418
5419
5420
5421
5422
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5418

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