Class: Aws::Types::GetRunCacheResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRunCacheResponse
- 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_bucket_owner_id ⇒ ::String
Returns the value of attribute cache_bucket_owner_id.
-
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def arn @arn end |
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def cache_behavior @cache_behavior end |
#cache_bucket_owner_id ⇒ ::String
Returns the value of attribute cache_bucket_owner_id.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def cache_bucket_owner_id @cache_bucket_owner_id end |
#cache_s3_uri ⇒ ::String
Returns the value of attribute cache_s3_uri.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def cache_s3_uri @cache_s3_uri end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def end |