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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fpga_image_idString

The ID of the new AFI.

Returns:

  • (String)


6344
6345
6346
6347
6348
# File 'lib/aws-sdk-ec2/types.rb', line 6344

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