Class: Aws::ConfigService::Types::DeliveryChannelStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_history_delivery_infoTypes::ConfigExportDeliveryInfo

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.



2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2375

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_infoTypes::ConfigExportDeliveryInfo

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.



2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2375

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_infoTypes::ConfigStreamDeliveryInfo

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.



2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2375

class DeliveryChannelStatus < Struct.new(
  :name,
  :config_snapshot_delivery_info,
  :config_history_delivery_info,
  :config_stream_delivery_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the delivery channel.

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2375

class DeliveryChannelStatus < Struct.new(
  :name,
  :config_snapshot_delivery_info,
  :config_history_delivery_info,
  :config_stream_delivery_info)
  SENSITIVE = []
  include Aws::Structure
end