Class: Aws::Types::ResponseHeadersPolicyStrictTransportSecurity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_max_age_sec::Integer

Returns the value of attribute access_control_max_age_sec.

Returns:

  • (::Integer)


3335
3336
3337
# File 'sig/types.rbs', line 3335

def access_control_max_age_sec
  @access_control_max_age_sec
end

#include_subdomainsBoolean

Returns the value of attribute include_subdomains.

Returns:

  • (Boolean)


3333
3334
3335
# File 'sig/types.rbs', line 3333

def include_subdomains
  @include_subdomains
end

#overrideBoolean

Returns the value of attribute override.

Returns:

  • (Boolean)


3332
3333
3334
# File 'sig/types.rbs', line 3332

def override
  @override
end

#preloadBoolean

Returns the value of attribute preload.

Returns:

  • (Boolean)


3334
3335
3336
# File 'sig/types.rbs', line 3334

def preload
  @preload
end