Class: Aws::ConfigService::Types::PutDeliveryChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutDeliveryChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The input for the PutDeliveryChannel action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_channel ⇒ Types::DeliveryChannel
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
Instance Attribute Details
#delivery_channel ⇒ Types::DeliveryChannel
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
6629 6630 6631 6632 6633 |
# File 'lib/aws-sdk-configservice/types.rb', line 6629 class PutDeliveryChannelRequest < Struct.new( :delivery_channel) SENSITIVE = [] include Aws::Structure end |