Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteApplicationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


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

def application_id: () -> ::String

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#state"CREATING", ...

Returns:

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


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

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