Class: Aws::Types::CacheSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_http_methods::String

Returns the value of attribute allowed_http_methods.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def allowed_http_methods
  @allowed_http_methods
end

#cached_http_methods::String

Returns the value of attribute cached_http_methods.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def cached_http_methods
  @cached_http_methods
end

#default_ttl::Integer

Returns the value of attribute default_ttl.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def default_ttl
  @default_ttl
end

#forwarded_cookiesTypes::CookieObject

Returns the value of attribute forwarded_cookies.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def forwarded_cookies
  @forwarded_cookies
end

#forwarded_headersTypes::HeaderObject

Returns the value of attribute forwarded_headers.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def forwarded_headers
  @forwarded_headers
end

#forwarded_query_stringsTypes::QueryStringObject

Returns the value of attribute forwarded_query_strings.



303
304
305
# File 'sig/types.rbs', line 303

def forwarded_query_strings
  @forwarded_query_strings
end

#maximum_ttl::Integer

Returns the value of attribute maximum_ttl.

Returns:

  • (::Integer)


298
299
300
# File 'sig/types.rbs', line 298

def maximum_ttl
  @maximum_ttl
end

#minimum_ttl::Integer

Returns the value of attribute minimum_ttl.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def minimum_ttl
  @minimum_ttl
end