Class: Aws::Types::UpdateOriginRequestPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginRequestPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#origin_request_policy_config ⇒ Types::OriginRequestPolicyConfig
Returns the value of attribute origin_request_policy_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4100 4101 4102 |
# File 'sig/types.rbs', line 4100 def if_match @if_match end |
#origin_request_policy_config ⇒ Types::OriginRequestPolicyConfig
Returns the value of attribute origin_request_policy_config.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def origin_request_policy_config @origin_request_policy_config end |