Class: Aws::ConfigService::Types::DeliverConfigSnapshotRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DeliverConfigSnapshotRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The input for the DeliverConfigSnapshot action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_channel_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the delivery channel through which the snapshot is delivered.
 
Instance Attribute Details
#delivery_channel_name ⇒ String
The name of the delivery channel through which the snapshot is delivered.
      2262 2263 2264 2265 2266  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2262 class DeliverConfigSnapshotRequest < Struct.new( :delivery_channel_name) SENSITIVE = [] include Aws::Structure end  |