Class: Aws::Types::UpdateResponseHeadersPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResponseHeadersPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4139 4140 4141 |
# File 'sig/types.rbs', line 4139 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4140 4141 4142 |
# File 'sig/types.rbs', line 4140 def if_match @if_match end |
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
4138 4139 4140 |
# File 'sig/types.rbs', line 4138 def response_headers_policy_config @response_headers_policy_config end |