Class: Aws::Types::ServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSummary
- 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::LambdaEndpointSummary
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::UrlEndpointSummary
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.
558 559 560 |
# File 'sig/types.rbs', line 558 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
561 562 563 |
# File 'sig/types.rbs', line 561 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
562 563 564 |
# File 'sig/types.rbs', line 562 def description @description end |
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
563 564 565 |
# File 'sig/types.rbs', line 563 def endpoint_type @endpoint_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
565 566 567 |
# File 'sig/types.rbs', line 565 def error @error end |
#lambda_endpoint ⇒ Types::LambdaEndpointSummary
Returns the value of attribute lambda_endpoint.
566 567 568 |
# File 'sig/types.rbs', line 566 def lambda_endpoint @lambda_endpoint end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
567 568 569 |
# File 'sig/types.rbs', line 567 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
568 569 570 |
# File 'sig/types.rbs', line 568 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def owner_account_id @owner_account_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
571 572 573 |
# File 'sig/types.rbs', line 571 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
572 573 574 |
# File 'sig/types.rbs', line 572 def @tags end |
#url_endpoint ⇒ Types::UrlEndpointSummary
Returns the value of attribute url_endpoint.
573 574 575 |
# File 'sig/types.rbs', line 573 def url_endpoint @url_endpoint end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
574 575 576 |
# File 'sig/types.rbs', line 574 def vpc_id @vpc_id end |