Class: Aws::Types::DisassociateChannelFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateChannelFlowRequest
- 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.
452 453 454 |
# File 'sig/types.rbs', line 452 def channel_arn @channel_arn end |
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
453 454 455 |
# File 'sig/types.rbs', line 453 def channel_flow_arn @channel_flow_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
454 455 456 |
# File 'sig/types.rbs', line 454 def chime_bearer @chime_bearer end |