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
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.
7093 7094 7095 7096 7097 |
# File 'lib/aws-sdk-configservice/types.rb', line 7093 class PutDeliveryChannelRequest < Struct.new( :delivery_channel) SENSITIVE = [] include Aws::Structure end |