Class: Aws::Types::ProjectCache

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_namespace::String

Returns the value of attribute cache_namespace.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def cache_namespace
  @cache_namespace
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("LOCAL_DOCKER_LAYER_CACHE" | "LOCAL_SOURCE_CACHE" | "LOCAL_CUSTOM_CACHE")])


956
957
958
# File 'sig/types.rbs', line 956

def modes
  @modes
end

#type"NO_CACHE", ...

Returns the value of attribute type.

Returns:

  • ("NO_CACHE", "S3", "LOCAL")


954
955
956
# File 'sig/types.rbs', line 954

def type
  @type
end