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).
      5418 5419 5420 5421 5422  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 5418 class StopDeliveryStreamEncryptionInput < Struct.new( :delivery_stream_name) SENSITIVE = [] include Aws::Structure end  |