Class: Aws::Types::CachePolicyConfig

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)


191
192
193
# File 'sig/types.rbs', line 191

def comment
  @comment
end

#default_ttl::Integer

Returns the value of attribute default_ttl.

Returns:

  • (::Integer)


193
194
195
# File 'sig/types.rbs', line 193

def default_ttl
  @default_ttl
end

#max_ttl::Integer

Returns the value of attribute max_ttl.

Returns:

  • (::Integer)


194
195
196
# File 'sig/types.rbs', line 194

def max_ttl
  @max_ttl
end

#min_ttl::Integer

Returns the value of attribute min_ttl.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def min_ttl
  @min_ttl
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def name
  @name
end

#parameters_in_cache_key_and_forwarded_to_originTypes::ParametersInCacheKeyAndForwardedToOrigin

Returns the value of attribute parameters_in_cache_key_and_forwarded_to_origin.



196
197
198
# File 'sig/types.rbs', line 196

def parameters_in_cache_key_and_forwarded_to_origin
  @parameters_in_cache_key_and_forwarded_to_origin
end