Class: Aws::EC2::Types::GetImageAncestryResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_ancestry_entriesArray<Types::ImageAncestryEntry>

A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.

Returns:



44077
44078
44079
44080
44081
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44077

class GetImageAncestryResult < Struct.new(
  :image_ancestry_entries)
  SENSITIVE = []
  include Aws::Structure
end