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.
256 257 258 |
# File 'sig/types.rbs', line 256 def architecture @architecture end |
#author ⇒ ::String
Returns the value of attribute author.
255 256 257 |
# File 'sig/types.rbs', line 255 def @author end |
#image_hash ⇒ ::String
Returns the value of attribute image_hash.
257 258 259 |
# File 'sig/types.rbs', line 257 def image_hash @image_hash end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
253 254 255 |
# File 'sig/types.rbs', line 253 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
261 262 263 |
# File 'sig/types.rbs', line 261 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
260 261 262 |
# File 'sig/types.rbs', line 260 def last_in_use_at @last_in_use_at end |
#platform ⇒ ::String
Returns the value of attribute platform.
259 260 261 |
# File 'sig/types.rbs', line 259 def platform @platform end |
#pushed_at ⇒ ::Time
Returns the value of attribute pushed_at.
254 255 256 |
# File 'sig/types.rbs', line 254 def pushed_at @pushed_at end |
#registry ⇒ ::String
Returns the value of attribute registry.
258 259 260 |
# File 'sig/types.rbs', line 258 def registry @registry end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
252 253 254 |
# File 'sig/types.rbs', line 252 def repository_name @repository_name end |