Class: Aws::ConfigService::Types::DeliverConfigSnapshotResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The output for the DeliverConfigSnapshot action in JSON format.

Instance Attribute Summary collapse

Instance Attribute Details

#config_snapshot_idString

The ID of the snapshot that is being created.

Returns:

  • (String)


844
845
846
847
# File 'lib/aws-sdk-configservice/types.rb', line 844

class DeliverConfigSnapshotResponse < Struct.new(
  :config_snapshot_id)
  include Aws::Structure
end