Class: Aws::Types::RunCacheListItem
- Inherits:
-
Object
- Object
- Aws::Types::RunCacheListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
-
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def arn @arn end |
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def cache_behavior @cache_behavior end |
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def cache_s3_uri @cache_s3_uri end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def status @status end |