Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteServiceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


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

def application_id: () -> ::String

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#service_id::String

Returns:

  • (::String)


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

def service_id: () -> ::String

#state"CREATING", ...

Returns:

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


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

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