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.
41971 41972 41973 41974 41975 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41971 class GetImageAncestryResult < Struct.new( :image_ancestry_entries) SENSITIVE = [] include Aws::Structure end |