Class: Aws::Types::VpcEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#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.
-
#vpc_options ⇒ Types::VPCDerivedInfo
Returns the value of attribute vpc_options.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def domain_arn @domain_arn end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def endpoint @endpoint end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def status @status end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def vpc_endpoint_owner @vpc_endpoint_owner end |
#vpc_options ⇒ Types::VPCDerivedInfo
Returns the value of attribute vpc_options.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def @vpc_options end |