Class: Aws::Types::AssociateChannelFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateChannelFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def channel_arn @channel_arn end |
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def channel_flow_arn @channel_flow_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
21 22 23 |
# File 'sig/types.rbs', line 21 def chime_bearer @chime_bearer end |