Class: Aws::Types::CreateOriginRequestPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateOriginRequestPolicyResult
- 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.
-
#origin_request_policy ⇒ Types::OriginRequestPolicy
Returns the value of attribute origin_request_policy.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
726 727 728 |
# File 'sig/types.rbs', line 726 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
725 726 727 |
# File 'sig/types.rbs', line 725 def location @location end |
#origin_request_policy ⇒ Types::OriginRequestPolicy
Returns the value of attribute origin_request_policy.
724 725 726 |
# File 'sig/types.rbs', line 724 def origin_request_policy @origin_request_policy end |