Class: Aws::Types::AwsElasticsearchDomainDomainEndpointOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainDomainEndpointOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def enforce_https @enforce_https end |
#tls_security_policy ⇒ ::String
Returns the value of attribute tls_security_policy.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def tls_security_policy @tls_security_policy end |