Module: Aws::MigrationHubRefactorSpaces::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_gateway_proxy ⇒ Types::ApiGatewayProxyConfig
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #created_by_account_id ⇒ ::String
- #created_time ⇒ ::Time
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #proxy_type ⇒ "API_GATEWAY"
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_id ⇒ ::String
Instance Method Details
#api_gateway_proxy ⇒ Types::ApiGatewayProxyConfig
286 |
# File 'sig/client.rbs', line 286
def api_gateway_proxy: () -> Types::ApiGatewayProxyConfig
|
#application_id ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def application_id: () -> ::String
|
#arn ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
290 |
# File 'sig/client.rbs', line 290
def created_time: () -> ::Time
|
#environment_id ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def name: () -> ::String
|
#owner_account_id ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def owner_account_id: () -> ::String
|
#proxy_type ⇒ "API_GATEWAY"
295 |
# File 'sig/client.rbs', line 295
def proxy_type: () -> ("API_GATEWAY")
|
#state ⇒ "CREATING", ...
296 |
# File 'sig/client.rbs', line 296
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|
#tags ⇒ ::Hash[::String, ::String]
297 |
# File 'sig/client.rbs', line 297
def tags: () -> ::Hash[::String, ::String]
|
#vpc_id ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def vpc_id: () -> ::String
|