Class: Aws::Types::CreateRunCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRunCacheRequest
- 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.
-
#cache_bucket_owner_id ⇒ ::String
Returns the value of attribute cache_bucket_owner_id.
-
#cache_s3_location ⇒ ::String
Returns the value of attribute cache_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
338 339 340 |
# File 'sig/types.rbs', line 338 def cache_behavior @cache_behavior end |
#cache_bucket_owner_id ⇒ ::String
Returns the value of attribute cache_bucket_owner_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def cache_bucket_owner_id @cache_bucket_owner_id end |
#cache_s3_location ⇒ ::String
Returns the value of attribute cache_s3_location.
339 340 341 |
# File 'sig/types.rbs', line 339 def cache_s3_location @cache_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
340 341 342 |
# File 'sig/types.rbs', line 340 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
341 342 343 |
# File 'sig/types.rbs', line 341 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
343 344 345 |
# File 'sig/types.rbs', line 343 def @tags end |