Class: Aws::Types::GetResponseHeadersPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetResponseHeadersPolicyResult
- 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.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def etag @etag end |
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def response_headers_policy @response_headers_policy end |