Module: Aws::MigrationHubRefactorSpaces::Client::_GetServiceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceResponse]
- 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::LambdaEndpointConfig
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #service_id ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #url_endpoint ⇒ Types::UrlEndpointConfig
- #vpc_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def application_id: () -> ::String
|
#arn ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def arn: () -> ::String
|
#created_by_account_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def created_by_account_id: () -> ::String
|
#created_time ⇒ ::Time
370 |
# File 'sig/client.rbs', line 370
def created_time: () -> ::Time
|
#description ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def description: () -> ::String
|
#endpoint_type ⇒ "LAMBDA", "URL"
372 |
# File 'sig/client.rbs', line 372
def endpoint_type: () -> ("LAMBDA" | "URL")
|
#environment_id ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def environment_id: () -> ::String
|
#lambda_endpoint ⇒ Types::LambdaEndpointConfig
374 |
# File 'sig/client.rbs', line 374
def lambda_endpoint: () -> Types::LambdaEndpointConfig
|
#last_updated_time ⇒ ::Time
375 |
# File 'sig/client.rbs', line 375
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def name: () -> ::String
|
#owner_account_id ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def owner_account_id: () -> ::String
|
#service_id ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def service_id: () -> ::String
|
#state ⇒ "CREATING", ...
379 |
# File 'sig/client.rbs', line 379
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
380 |
# File 'sig/client.rbs', line 380
def tags: () -> ::Hash[::String, ::String]
|
#url_endpoint ⇒ Types::UrlEndpointConfig
381 |
# File 'sig/client.rbs', line 381
def url_endpoint: () -> Types::UrlEndpointConfig
|
#vpc_id ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def vpc_id: () -> ::String
|