Class: Aws::Types::ImageAncestryEntry
- Inherits:
-
Object
- Object
- Aws::Types::ImageAncestryEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
10855 10856 10857 |
# File 'sig/types.rbs', line 10855 def creation_date @creation_date end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10856 10857 10858 |
# File 'sig/types.rbs', line 10856 def image_id @image_id end |
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
10857 10858 10859 |
# File 'sig/types.rbs', line 10857 def image_owner_alias @image_owner_alias end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
10858 10859 10860 |
# File 'sig/types.rbs', line 10858 def source_image_id @source_image_id end |
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
10859 10860 10861 |
# File 'sig/types.rbs', line 10859 def source_image_region @source_image_region end |