Class: Aws::ConfigService::Types::PutDeliveryChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::PutDeliveryChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The input for the PutDeliveryChannel action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_channel  ⇒ Types::DeliveryChannel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
 
Instance Attribute Details
#delivery_channel ⇒ Types::DeliveryChannel
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
      6630 6631 6632 6633 6634  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 6630 class PutDeliveryChannelRequest < Struct.new( :delivery_channel) SENSITIVE = [] include Aws::Structure end  |