Class: Aws::Firehose::Types::StopDeliveryStreamEncryptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::StopDeliveryStreamEncryptionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_name ⇒ String
The name of the Firehose stream for which you want to disable server-side encryption (SSE).
Instance Attribute Details
#delivery_stream_name ⇒ String
The name of the Firehose stream for which you want to disable server-side encryption (SSE).
5719 5720 5721 5722 5723 |
# File 'lib/aws-sdk-firehose/types.rb', line 5719 class StopDeliveryStreamEncryptionInput < Struct.new( :delivery_stream_name) SENSITIVE = [] include Aws::Structure end |