Class: Aws::EC2::Types::CreateFpgaImageResult

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_global_idString

The global FPGA image identifier (AGFI ID).

Returns:

  • (String)


5009
5010
5011
5012
5013
# File 'lib/aws-sdk-ec2/types.rb', line 5009

class CreateFpgaImageResult < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id)
  include Aws::Structure
end

#fpga_image_idString

The FPGA image identifier (AFI ID).

Returns:

  • (String)


5009
5010
5011
5012
5013
# File 'lib/aws-sdk-ec2/types.rb', line 5009

class CreateFpgaImageResult < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id)
  include Aws::Structure
end