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", ...
948 |
# File 'sig/client.rbs', line 948
def routed_state: () -> ("ROUTED" | "ROUTING" | "UNROUTED")
|
#router_input_arn ⇒ ::String
951 |
# File 'sig/client.rbs', line 951
def router_input_arn: () -> ::String
|
#router_input_name ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def router_input_name: () -> ::String
|
#router_output_arn ⇒ ::String
949 |
# File 'sig/client.rbs', line 949
def router_output_arn: () -> ::String
|
#router_output_name ⇒ ::String
950 |
# File 'sig/client.rbs', line 950
def router_output_name: () -> ::String
|