Class: Aws::Types::ProjectCache
- Inherits:
-
Object
- Object
- Aws::Types::ProjectCache
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_namespace ⇒ ::String
Returns the value of attribute cache_namespace.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#modes ⇒ ::Array[("LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE")]
Returns the value of attribute modes.
-
#type ⇒ "NO_CACHE", ...
Returns the value of attribute type.
Instance Attribute Details
#cache_namespace ⇒ ::String
Returns the value of attribute cache_namespace.
957 958 959 |
# File 'sig/types.rbs', line 957 def cache_namespace @cache_namespace end |
#location ⇒ ::String
Returns the value of attribute location.
955 956 957 |
# File 'sig/types.rbs', line 955 def location @location end |
#modes ⇒ ::Array[("LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE")]
Returns the value of attribute modes.
956 957 958 |
# File 'sig/types.rbs', line 956 def modes @modes end |
#type ⇒ "NO_CACHE", ...
Returns the value of attribute type.
954 955 956 |
# File 'sig/types.rbs', line 954 def type @type end |