Class: Aws::EC2::Types::CopyFpgaImageResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#fpga_image_idString

The ID of the new AFI.

Returns:

  • (String)


3580
3581
3582
3583
# File 'lib/aws-sdk-ec2/types.rb', line 3580

class CopyFpgaImageResult < Struct.new(
  :fpga_image_id)
  include Aws::Structure
end