Class: Aws::EC2::Types::GetImageAncestryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetImageAncestryResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_ancestry_entries ⇒ Array<Types::ImageAncestryEntry>
A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
Instance Attribute Details
#image_ancestry_entries ⇒ Array<Types::ImageAncestryEntry>
A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
43272 43273 43274 43275 43276 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43272 class GetImageAncestryResult < Struct.new( :image_ancestry_entries) SENSITIVE = [] include Aws::Structure end |