Class: Aws::Types::GetImageAncestryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetImageAncestryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10259 10260 10261 |
# File 'sig/types.rbs', line 10259 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10258 10259 10260 |
# File 'sig/types.rbs', line 10258 def image_id @image_id end |