Module: Aws::MediaConnect::Client::_TakeRouterInputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TakeRouterInputResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #routed_state ⇒ "ROUTED", ...
- #router_input_arn ⇒ ::String
- #router_input_name ⇒ ::String
- #router_output_arn ⇒ ::String
- #router_output_name ⇒ ::String
Instance Method Details
#routed_state ⇒ "ROUTED", ...
945 |
# File 'sig/client.rbs', line 945
def routed_state: () -> ("ROUTED" | "ROUTING" | "UNROUTED")
|
#router_input_arn ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def router_input_arn: () -> ::String
|
#router_input_name ⇒ ::String
949 |
# File 'sig/client.rbs', line 949
def router_input_name: () -> ::String
|
#router_output_arn ⇒ ::String
946 |
# File 'sig/client.rbs', line 946
def router_output_arn: () -> ::String
|
#router_output_name ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def router_output_name: () -> ::String
|