Class: Aws::Types::UpdateChannelClassRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelClassRequest
- 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.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#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.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def channel_class @channel_class end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
3324 3325 3326 |
# File 'sig/types.rbs', line 3324 def channel_id @channel_id end |
#destinations ⇒ ::Array[Types::OutputDestination]
Returns the value of attribute destinations.
3325 3326 3327 |
# File 'sig/types.rbs', line 3325 def destinations @destinations end |