Class: Aws::ConfigService::Types::PutDeliveryChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutDeliveryChannelRequest
- 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
-
#delivery_channel ⇒ Types::DeliveryChannel
An object for the delivery channel.
Instance Attribute Details
#delivery_channel ⇒ Types::DeliveryChannel
An object for the delivery channel. A delivery channel sends notifications and updated configuration states.
7131 7132 7133 7134 7135 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7131 class PutDeliveryChannelRequest < Struct.new( :delivery_channel) SENSITIVE = [] include Aws::Structure end |