Class: Aws::Types::CreateResponseHeadersPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateResponseHeadersPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
763 764 765 |
# File 'sig/types.rbs', line 763 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
762 763 764 |
# File 'sig/types.rbs', line 762 def location @location end |
#response_headers_policy ⇒ Types::ResponseHeadersPolicy
Returns the value of attribute response_headers_policy.
761 762 763 |
# File 'sig/types.rbs', line 761 def response_headers_policy @response_headers_policy end |