Class: Aws::Types::UpdateChannelFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
Instance Attribute Details
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
917 918 919 |
# File 'sig/types.rbs', line 917 def channel_flow_arn @channel_flow_arn end |
#name ⇒ ::String
Returns the value of attribute name.
919 920 921 |
# File 'sig/types.rbs', line 919 def name @name end |
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
918 919 920 |
# File 'sig/types.rbs', line 918 def processors @processors end |