Module: Aws::MigrationHubRefactorSpaces::Client::_DeleteServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteServiceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #service_id ⇒ ::String
- #state ⇒ "CREATING", ...
Instance Method Details
#application_id ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def application_id: () -> ::String
|
#arn ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def arn: () -> ::String
|
#environment_id ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
271 |
# File 'sig/client.rbs', line 271
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def name: () -> ::String
|
#service_id ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
274 |
# File 'sig/client.rbs', line 274
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|