Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #state ⇒ "CREATING", ...
Instance Method Details
#application_id ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def application_id: () -> ::String
|
#arn ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def arn: () -> ::String
|
#environment_id ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
215 |
# File 'sig/client.rbs', line 215
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def name: () -> ::String
|
#state ⇒ "CREATING", ...
217 |
# File 'sig/client.rbs', line 217
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|