Class: Aws::ConfigService::Types::DeliverConfigSnapshotResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::DeliverConfigSnapshotResponse
 
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The output for the DeliverConfigSnapshot action, in JSON format.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #config_snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the snapshot that is being created. 
Instance Attribute Details
#config_snapshot_id ⇒ String
The ID of the snapshot that is being created.
| 2626 2627 2628 2629 2630 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2626 class DeliverConfigSnapshotResponse < Struct.new( :config_snapshot_id) SENSITIVE = [] include Aws::Structure end |