Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteEnvironmentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#state"CREATING", ...

Returns:

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


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

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