Class: Aws::Types::GetServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
-
#lambda_endpoint ⇒ Types::LambdaEndpointConfig
Returns the value of attribute lambda_endpoint.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#url_endpoint ⇒ Types::UrlEndpointConfig
Returns the value of attribute url_endpoint.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
389 390 391 |
# File 'sig/types.rbs', line 389 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
390 391 392 |
# File 'sig/types.rbs', line 390 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
392 393 394 |
# File 'sig/types.rbs', line 392 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
393 394 395 |
# File 'sig/types.rbs', line 393 def description @description end |
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
394 395 396 |
# File 'sig/types.rbs', line 394 def endpoint_type @endpoint_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
395 396 397 |
# File 'sig/types.rbs', line 395 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
396 397 398 |
# File 'sig/types.rbs', line 396 def error @error end |
#lambda_endpoint ⇒ Types::LambdaEndpointConfig
Returns the value of attribute lambda_endpoint.
397 398 399 |
# File 'sig/types.rbs', line 397 def lambda_endpoint @lambda_endpoint end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
398 399 400 |
# File 'sig/types.rbs', line 398 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
399 400 401 |
# File 'sig/types.rbs', line 399 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
400 401 402 |
# File 'sig/types.rbs', line 400 def owner_account_id @owner_account_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
402 403 404 |
# File 'sig/types.rbs', line 402 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
403 404 405 |
# File 'sig/types.rbs', line 403 def @tags end |
#url_endpoint ⇒ Types::UrlEndpointConfig
Returns the value of attribute url_endpoint.
404 405 406 |
# File 'sig/types.rbs', line 404 def url_endpoint @url_endpoint end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def vpc_id @vpc_id end |