Class: Aws::ConfigService::Types::DeliverConfigSnapshotRequest

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

Overview

The input for the DeliverConfigSnapshot action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channel_nameString

The name of the delivery channel through which the snapshot is delivered.

Returns:

  • (String)


2234
2235
2236
2237
2238
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2234

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