Class: Aws::ConfigService::Types::DeliverConfigSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeliverConfigSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The output for the DeliverConfigSnapshot action in JSON format.
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.
844 845 846 847 |
# File 'lib/aws-sdk-configservice/types.rb', line 844 class DeliverConfigSnapshotResponse < Struct.new( :config_snapshot_id) include Aws::Structure end |