Module: Aws::MigrationHubRefactorSpaces::Client::_UpdateRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRouteResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #last_updated_time ⇒ ::Time
- #route_id ⇒ ::String
- #service_id ⇒ ::String
- #state ⇒ "CREATING", ...
Instance Method Details
#application_id ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def application_id: () -> ::String
|
#arn ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def arn: () -> ::String
|
#last_updated_time ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def last_updated_time: () -> ::Time
|
#route_id ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def route_id: () -> ::String
|
#service_id ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
505 |
# File 'sig/client.rbs', line 505
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
|