Module: Aws::MediaConnect::Client::_StopFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopFlowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#flow_arn ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def flow_arn: () -> ::String
|
#status ⇒ "STANDBY", ...
900 |
# File 'sig/client.rbs', line 900
def status: () -> ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
|