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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_snapshot_idString

The ID of the snapshot that is being created.

Returns:

  • (String)


2248
2249
2250
2251
2252
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2248

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