Class: Aws::Types::GetResponseHeadersPolicyConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetResponseHeadersPolicyConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def etag @etag end |
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Returns the value of attribute response_headers_policy_config.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def response_headers_policy_config @response_headers_policy_config end |