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.
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.
2276 2277 2278 2279 2280 |
# File 'lib/aws-sdk-configservice/types.rb', line 2276 class DeliverConfigSnapshotResponse < Struct.new( :config_snapshot_id) SENSITIVE = [] include Aws::Structure end |