Class: Aws::Firehose::Types::DeliveryStreamEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Indicates the server-side encryption (SSE) status for the delivery stream.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.

Returns:

  • (String)


770
771
772
773
# File 'lib/aws-sdk-firehose/types.rb', line 770

class DeliveryStreamEncryptionConfiguration < Struct.new(
  :status)
  include Aws::Structure
end