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.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def domain_arn @domain_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def status @status end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def vpc_endpoint_owner @vpc_endpoint_owner end |