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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_snapshot_idString

The ID of the snapshot that is being created.

Returns:

  • (String)


2278
2279
2280
2281
2282
# File 'lib/aws-sdk-configservice/types.rb', line 2278

class DeliverConfigSnapshotResponse < Struct.new(
  :config_snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end