Class: Aws::Types::ImageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ImageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#deprecation_time ⇒ ::String
Returns the value of attribute deprecation_time.
-
#image_allowed ⇒ Boolean
Returns the value of attribute image_allowed.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
-
#image_watermarks ⇒ ::Array[Types::ImageWatermark]
Returns the value of attribute image_watermarks.
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
11178 11179 11180 |
# File 'sig/types.rbs', line 11178 def creation_date @creation_date end |
#deprecation_time ⇒ ::String
Returns the value of attribute deprecation_time.
11179 11180 11181 |
# File 'sig/types.rbs', line 11179 def deprecation_time @deprecation_time end |
#image_allowed ⇒ Boolean
Returns the value of attribute image_allowed.
11180 11181 11182 |
# File 'sig/types.rbs', line 11180 def image_allowed @image_allowed end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11173 11174 11175 |
# File 'sig/types.rbs', line 11173 def image_id @image_id end |
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
11177 11178 11179 |
# File 'sig/types.rbs', line 11177 def image_owner_alias @image_owner_alias end |
#image_watermarks ⇒ ::Array[Types::ImageWatermark]
Returns the value of attribute image_watermarks.
11182 11183 11184 |
# File 'sig/types.rbs', line 11182 def image_watermarks @image_watermarks end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
11181 11182 11183 |
# File 'sig/types.rbs', line 11181 def is_public @is_public end |
#name ⇒ ::String
Returns the value of attribute name.
11174 11175 11176 |
# File 'sig/types.rbs', line 11174 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11175 11176 11177 |
# File 'sig/types.rbs', line 11175 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
11176 11177 11178 |
# File 'sig/types.rbs', line 11176 def state @state end |