Class: Aws::Types::DeliveryChannelStatus
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryChannelStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_history_delivery_info ⇒ Types::ConfigExportDeliveryInfo
Returns the value of attribute config_history_delivery_info.
-
#config_snapshot_delivery_info ⇒ Types::ConfigExportDeliveryInfo
Returns the value of attribute config_snapshot_delivery_info.
-
#config_stream_delivery_info ⇒ Types::ConfigStreamDeliveryInfo
Returns the value of attribute config_stream_delivery_info.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#config_history_delivery_info ⇒ Types::ConfigExportDeliveryInfo
Returns the value of attribute config_history_delivery_info.
633 634 635 |
# File 'sig/types.rbs', line 633 def config_history_delivery_info @config_history_delivery_info end |
#config_snapshot_delivery_info ⇒ Types::ConfigExportDeliveryInfo
Returns the value of attribute config_snapshot_delivery_info.
632 633 634 |
# File 'sig/types.rbs', line 632 def config_snapshot_delivery_info @config_snapshot_delivery_info end |
#config_stream_delivery_info ⇒ Types::ConfigStreamDeliveryInfo
Returns the value of attribute config_stream_delivery_info.
634 635 636 |
# File 'sig/types.rbs', line 634 def config_stream_delivery_info @config_stream_delivery_info end |
#name ⇒ ::String
Returns the value of attribute name.
631 632 633 |
# File 'sig/types.rbs', line 631 def name @name end |