Module: Aws::MigrationHubRefactorSpaces::Client::_CreateServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #created_by_account_id ⇒ ::String
- #created_time ⇒ ::Time
- #description ⇒ ::String
- #endpoint_type ⇒ "LAMBDA", "URL"
- #environment_id ⇒ ::String
- #lambda_endpoint ⇒ Types::LambdaEndpointInput
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #service_id ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #url_endpoint ⇒ Types::UrlEndpointInput
- #vpc_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def application_id: () -> ::String
|
#arn ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
176 |
# File 'sig/client.rbs', line 176
def created_time: () -> ::Time
|
#description ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def description: () -> ::String
|
#endpoint_type ⇒ "LAMBDA", "URL"
178 |
# File 'sig/client.rbs', line 178
def endpoint_type: () -> ("LAMBDA" | "URL")
|
#environment_id ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def environment_id: () -> ::String
|
#lambda_endpoint ⇒ Types::LambdaEndpointInput
180 |
# File 'sig/client.rbs', line 180
def lambda_endpoint: () -> Types::LambdaEndpointInput
|
#last_updated_time ⇒ ::Time
181 |
# File 'sig/client.rbs', line 181
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def name: () -> ::String
|
#owner_account_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def owner_account_id: () -> ::String
|
#service_id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
185 |
# File 'sig/client.rbs', line 185
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
186 |
# File 'sig/client.rbs', line 186
def tags: () -> ::Hash[::String, ::String]
|
#url_endpoint ⇒ Types::UrlEndpointInput
187 |
# File 'sig/client.rbs', line 187
def url_endpoint: () -> Types::UrlEndpointInput
|
#vpc_id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def vpc_id: () -> ::String
|