Class: Aws::Types::ListChannelsAssociatedWithChannelFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelsAssociatedWithChannelFlowRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
644 645 646 |
# File 'sig/types.rbs', line 644 def channel_flow_arn @channel_flow_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
645 646 647 |
# File 'sig/types.rbs', line 645 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
646 647 648 |
# File 'sig/types.rbs', line 646 def next_token @next_token end |