Class: Aws::Types::VpcEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def domain_arn @domain_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def status @status end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def vpc_endpoint_owner @vpc_endpoint_owner end |