Class: Aws::Types::ResponseHeadersPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#cors_config ⇒ Types::ResponseHeadersPolicyCorsConfig
Returns the value of attribute cors_config.
-
#custom_headers_config ⇒ Types::ResponseHeadersPolicyCustomHeadersConfig
Returns the value of attribute custom_headers_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remove_headers_config ⇒ Types::ResponseHeadersPolicyRemoveHeadersConfig
Returns the value of attribute remove_headers_config.
-
#security_headers_config ⇒ Types::ResponseHeadersPolicySecurityHeadersConfig
Returns the value of attribute security_headers_config.
-
#server_timing_headers_config ⇒ Types::ResponseHeadersPolicyServerTimingHeadersConfig
Returns the value of attribute server_timing_headers_config.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def comment @comment end |
#cors_config ⇒ Types::ResponseHeadersPolicyCorsConfig
Returns the value of attribute cors_config.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def cors_config @cors_config end |
#custom_headers_config ⇒ Types::ResponseHeadersPolicyCustomHeadersConfig
Returns the value of attribute custom_headers_config.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def custom_headers_config @custom_headers_config end |
#name ⇒ ::String
Returns the value of attribute name.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def name @name end |
#remove_headers_config ⇒ Types::ResponseHeadersPolicyRemoveHeadersConfig
Returns the value of attribute remove_headers_config.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def remove_headers_config @remove_headers_config end |
#security_headers_config ⇒ Types::ResponseHeadersPolicySecurityHeadersConfig
Returns the value of attribute security_headers_config.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def security_headers_config @security_headers_config end |
#server_timing_headers_config ⇒ Types::ResponseHeadersPolicyServerTimingHeadersConfig
Returns the value of attribute server_timing_headers_config.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def server_timing_headers_config @server_timing_headers_config end |