Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteRouteResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRouteResponse]
- 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
251 |
# File 'sig/client.rbs', line 251
def application_id: () -> ::String
|
#arn ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def arn: () -> ::String
|
#last_updated_time ⇒ ::Time
253 |
# File 'sig/client.rbs', line 253
def last_updated_time: () -> ::Time
|
#route_id ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def route_id: () -> ::String
|
#service_id ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
256 |
# File 'sig/client.rbs', line 256
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")
|