Class: Aws::ConfigService::Types::PutDeliveryChannelRequest

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

Overview

The input for the PutDeliveryChannel action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_channelTypes::DeliveryChannel

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.



6630
6631
6632
6633
6634
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6630

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