Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteRouteResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteRouteResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


251
# File 'sig/client.rbs', line 251

def application_id: () -> ::String

#arn::String

Returns:

  • (::String)


252
# File 'sig/client.rbs', line 252

def arn: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


253
# File 'sig/client.rbs', line 253

def last_updated_time: () -> ::Time

#route_id::String

Returns:

  • (::String)


254
# File 'sig/client.rbs', line 254

def route_id: () -> ::String

#service_id::String

Returns:

  • (::String)


255
# File 'sig/client.rbs', line 255

def service_id: () -> ::String

#state"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE")


256
# File 'sig/client.rbs', line 256

def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "INACTIVE")