Class: Aws::Firehose::Types::StartDeliveryStreamEncryptionInput

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

Overview

Note:

When making an API call, you may pass StartDeliveryStreamEncryptionInput data as a hash:

{
  delivery_stream_name: "DeliveryStreamName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

The name of the delivery stream for which you want to enable server-side encryption (SSE).

Returns:

  • (String)


3991
3992
3993
3994
# File 'lib/aws-sdk-firehose/types.rb', line 3991

class StartDeliveryStreamEncryptionInput < Struct.new(
  :delivery_stream_name)
  include Aws::Structure
end