Class: Aws::Types::UpdateResponseHeadersPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResponseHeadersPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def etag @etag end |
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 def response_headers_policy @response_headers_policy end |