Class: Aws::Types::UpdateRunCacheRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns the value of attribute cache_behavior.

Returns:

  • ("CACHE_ON_FAILURE", "CACHE_ALWAYS")


2417
2418
2419
# File 'sig/types.rbs', line 2417

def cache_behavior
  @cache_behavior
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def name
  @name
end