Class: Aws::Types::CacheBehaviorPerPath

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#behavior"dont-cache", "cache"

Returns the value of attribute behavior.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def behavior
  @behavior
end

#path::String

Returns the value of attribute path.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def path
  @path
end