Class: Aws::Types::ResponseHeadersPolicyStrictTransportSecurity
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyStrictTransportSecurity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_max_age_sec ⇒ ::Integer
Returns the value of attribute access_control_max_age_sec.
-
#include_subdomains ⇒ Boolean
Returns the value of attribute include_subdomains.
-
#override ⇒ Boolean
Returns the value of attribute override.
-
#preload ⇒ Boolean
Returns the value of attribute preload.
Instance Attribute Details
#access_control_max_age_sec ⇒ ::Integer
Returns the value of attribute access_control_max_age_sec.
3335 3336 3337 |
# File 'sig/types.rbs', line 3335 def access_control_max_age_sec @access_control_max_age_sec end |
#include_subdomains ⇒ Boolean
Returns the value of attribute include_subdomains.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def include_subdomains @include_subdomains end |
#override ⇒ Boolean
Returns the value of attribute override.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def override @override end |
#preload ⇒ Boolean
Returns the value of attribute preload.
3334 3335 3336 |
# File 'sig/types.rbs', line 3334 def preload @preload end |