Class: Aws::Types::UpdateChannelClass
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelClass
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
-
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
Instance Attribute Details
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def channel_class @channel_class end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def destinations @destinations end |