Class: Aws::Types::DomainEndpointOptions
- Inherits:
-
Object
- Object
- Aws::Types::DomainEndpointOptions
- 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 ⇒ "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
Returns the value of attribute tls_security_policy.
Instance Attribute Details
#enforce_https ⇒ Boolean
Returns the value of attribute enforce_https.
300 301 302 |
# File 'sig/types.rbs', line 300 def enforce_https @enforce_https end |
#tls_security_policy ⇒ "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
Returns the value of attribute tls_security_policy.
301 302 303 |
# File 'sig/types.rbs', line 301 def tls_security_policy @tls_security_policy end |