Class: Aws::Types::OriginRequestPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::OriginRequestPolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#cookies_config ⇒ Types::OriginRequestPolicyCookiesConfig
Returns the value of attribute cookies_config.
-
#headers_config ⇒ Types::OriginRequestPolicyHeadersConfig
Returns the value of attribute headers_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#query_strings_config ⇒ Types::OriginRequestPolicyQueryStringsConfig
Returns the value of attribute query_strings_config.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def comment @comment end |
#cookies_config ⇒ Types::OriginRequestPolicyCookiesConfig
Returns the value of attribute cookies_config.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def @cookies_config end |
#headers_config ⇒ Types::OriginRequestPolicyHeadersConfig
Returns the value of attribute headers_config.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def headers_config @headers_config end |
#name ⇒ ::String
Returns the value of attribute name.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def name @name end |
#query_strings_config ⇒ Types::OriginRequestPolicyQueryStringsConfig
Returns the value of attribute query_strings_config.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def query_strings_config @query_strings_config end |