Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- 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_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#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.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def architecture @architecture end |
#author ⇒ ::String
Returns the value of attribute author.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def @author end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def image_digest @image_digest end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def last_in_use_at @last_in_use_at end |
#platform ⇒ ::String
Returns the value of attribute platform.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def platform @platform end |
#pushed_at ⇒ ::Time
Returns the value of attribute pushed_at.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def pushed_at @pushed_at end |
#registry ⇒ ::String
Returns the value of attribute registry.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def registry @registry end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def repository_name @repository_name end |