Class: Aws::Types::ImageReferrer
- Inherits:
-
Object
- Object
- Aws::Types::ImageReferrer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotations.
-
#artifact_status ⇒ "ACTIVE", ...
Returns the value of attribute artifact_status.
-
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#annotations ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotations.
631 632 633 |
# File 'sig/types.rbs', line 631 def annotations @annotations end |
#artifact_status ⇒ "ACTIVE", ...
Returns the value of attribute artifact_status.
632 633 634 |
# File 'sig/types.rbs', line 632 def artifact_status @artifact_status end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
629 630 631 |
# File 'sig/types.rbs', line 629 def artifact_type @artifact_type end |
#digest ⇒ ::String
Returns the value of attribute digest.
627 628 629 |
# File 'sig/types.rbs', line 627 def digest @digest end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
628 629 630 |
# File 'sig/types.rbs', line 628 def media_type @media_type end |
#size ⇒ ::Integer
Returns the value of attribute size.
630 631 632 |
# File 'sig/types.rbs', line 630 def size @size end |