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

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

Overview

Note:

When making an API call, you may pass DeliverConfigSnapshotRequest data as a hash:

{
  delivery_channel_name: "ChannelName", # required
}

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)


2264
2265
2266
2267
2268
# File 'lib/aws-sdk-configservice/types.rb', line 2264

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