Class: Aws::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_endpoint ⇒ ::String
Returns the value of attribute custom_endpoint.
-
#custom_endpoint_certificate_arn ⇒ ::String
Returns the value of attribute custom_endpoint_certificate_arn.
-
#custom_endpoint_enabled ⇒ Boolean
Returns the value of attribute custom_endpoint_enabled.
-
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
-
#tls_security_policy ⇒ ::String
Returns the value of attribute tls_security_policy.
Instance Attribute Details
#custom_endpoint ⇒ ::String
Returns the value of attribute custom_endpoint.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def custom_endpoint @custom_endpoint end |
#custom_endpoint_certificate_arn ⇒ ::String
Returns the value of attribute custom_endpoint_certificate_arn.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def custom_endpoint_certificate_arn @custom_endpoint_certificate_arn end |
#custom_endpoint_enabled ⇒ Boolean
Returns the value of attribute custom_endpoint_enabled.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def custom_endpoint_enabled @custom_endpoint_enabled end |
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def enforce_https @enforce_https end |
#tls_security_policy ⇒ ::String
Returns the value of attribute tls_security_policy.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def tls_security_policy @tls_security_policy end |