Class: Aws::Types::PrivateEndpointOverride
- Inherits:
-
Object
- Object
- Aws::Types::PrivateEndpointOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#private_endpoint ⇒ Types::PrivateEndpoint
Returns the value of attribute private_endpoint.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
312 313 314 |
# File 'sig/types.rbs', line 312 def domain @domain end |
#private_endpoint ⇒ Types::PrivateEndpoint
Returns the value of attribute private_endpoint.
313 314 315 |
# File 'sig/types.rbs', line 313 def private_endpoint @private_endpoint end |