Module: Aws::MigrationHubRefactorSpaces::Client::_UpdateRouteResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


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

def application_id: () -> ::String

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#route_id::String

Returns:

  • (::String)


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

def route_id: () -> ::String

#service_id::String

Returns:

  • (::String)


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

def service_id: () -> ::String

#state"CREATING", ...

Returns:

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


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

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