Class: Aws::Types::ChannelFlowSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelFlowSummary
- 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.
124 125 126 |
# File 'sig/types.rbs', line 124 def channel_flow_arn @channel_flow_arn end |
#name ⇒ ::String
Returns the value of attribute name.
125 126 127 |
# File 'sig/types.rbs', line 125 def name @name end |
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
126 127 128 |
# File 'sig/types.rbs', line 126 def processors @processors end |