Class: Aws::Types::AwsEcrContainerImageDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcrContainerImageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#author ⇒ ::String
Returns the value of attribute author.
-
#image_hash ⇒ ::String
Returns the value of attribute image_hash.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
-
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#pushed_at ⇒ ::Time
Returns the value of attribute pushed_at.
-
#registry ⇒ ::String
Returns the value of attribute registry.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
25 26 27 |
# File 'sig/types.rbs', line 25 def architecture @architecture end |
#author ⇒ ::String
Returns the value of attribute author.
26 27 28 |
# File 'sig/types.rbs', line 26 def @author end |
#image_hash ⇒ ::String
Returns the value of attribute image_hash.
27 28 29 |
# File 'sig/types.rbs', line 27 def image_hash @image_hash end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
28 29 30 |
# File 'sig/types.rbs', line 28 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
32 33 34 |
# File 'sig/types.rbs', line 32 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
31 32 33 |
# File 'sig/types.rbs', line 31 def last_in_use_at @last_in_use_at end |
#platform ⇒ ::String
Returns the value of attribute platform.
29 30 31 |
# File 'sig/types.rbs', line 29 def platform @platform end |
#pushed_at ⇒ ::Time
Returns the value of attribute pushed_at.
30 31 32 |
# File 'sig/types.rbs', line 30 def pushed_at @pushed_at end |
#registry ⇒ ::String
Returns the value of attribute registry.
33 34 35 |
# File 'sig/types.rbs', line 33 def registry @registry end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
34 35 36 |
# File 'sig/types.rbs', line 34 def repository_name @repository_name end |