Module: Aws::MigrationHubRefactorSpaces::Client::_CreateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_gateway_proxy ⇒ Types::ApiGatewayProxyInput
- #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::ApiGatewayProxyInput
83 |
# File 'sig/client.rbs', line 83
def api_gateway_proxy: () -> Types::ApiGatewayProxyInput
|
#application_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def application_id: () -> ::String
|
#arn ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
87 |
# File 'sig/client.rbs', line 87
def created_time: () -> ::Time
|
#environment_id ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def name: () -> ::String
|
#owner_account_id ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def owner_account_id: () -> ::String
|
#proxy_type ⇒ "API_GATEWAY"
92 |
# File 'sig/client.rbs', line 92
def proxy_type: () -> ("API_GATEWAY")
|
#state ⇒ "CREATING", ...
93 |
# File 'sig/client.rbs', line 93
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|
#tags ⇒ ::Hash[::String, ::String]
94 |
# File 'sig/client.rbs', line 94
def tags: () -> ::Hash[::String, ::String]
|
#vpc_id ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def vpc_id: () -> ::String
|