Class: Aws::ConfigService::Types::DeliveryChannelStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeliveryChannelStatus
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The status of a specified delivery channel.
Valid values: Success
| Failure
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_history_delivery_info ⇒ Types::ConfigExportDeliveryInfo
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
-
#config_snapshot_delivery_info ⇒ Types::ConfigExportDeliveryInfo
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-
#config_stream_delivery_info ⇒ Types::ConfigStreamDeliveryInfo
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-
#name ⇒ String
The name of the delivery channel.
Instance Attribute Details
#config_history_delivery_info ⇒ Types::ConfigExportDeliveryInfo
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2692 class DeliveryChannelStatus < Struct.new( :name, :config_snapshot_delivery_info, :config_history_delivery_info, :config_stream_delivery_info) SENSITIVE = [] include Aws::Structure end |
#config_snapshot_delivery_info ⇒ Types::ConfigExportDeliveryInfo
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2692 class DeliveryChannelStatus < Struct.new( :name, :config_snapshot_delivery_info, :config_history_delivery_info, :config_stream_delivery_info) SENSITIVE = [] include Aws::Structure end |
#config_stream_delivery_info ⇒ Types::ConfigStreamDeliveryInfo
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2692 class DeliveryChannelStatus < Struct.new( :name, :config_snapshot_delivery_info, :config_history_delivery_info, :config_stream_delivery_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the delivery channel.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2692 class DeliveryChannelStatus < Struct.new( :name, :config_snapshot_delivery_info, :config_history_delivery_info, :config_stream_delivery_info) SENSITIVE = [] include Aws::Structure end |