Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def arn: () -> ::String
|
#environment_id ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
230 |
# File 'sig/client.rbs', line 230
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def name: () -> ::String
|
#state ⇒ "CREATING", ...
232 |
# File 'sig/client.rbs', line 232
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|