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.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def domain_arn @domain_arn end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def endpoint @endpoint end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def status @status end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def vpc_endpoint_owner @vpc_endpoint_owner end |
#vpc_options ⇒ Types::VPCDerivedInfo
Returns the value of attribute vpc_options.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def @vpc_options end |