Class: Aws::Types::UpdateRunCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRunCacheRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def cache_behavior @cache_behavior end |
#description ⇒ ::String
Returns the value of attribute description.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def name @name end |