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:



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