Class: Aws::Types::OriginRequestPolicyConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


2939
2940
2941
# File 'sig/types.rbs', line 2939

def comment
  @comment
end

#cookies_configTypes::OriginRequestPolicyCookiesConfig

Returns the value of attribute cookies_config.



2942
2943
2944
# File 'sig/types.rbs', line 2942

def cookies_config
  @cookies_config
end

#headers_configTypes::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.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def name
  @name
end

#query_strings_configTypes::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