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

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

#fpga_image_global_idString

The global FPGA image identifier (AGFI ID).

Returns:

  • (String)


8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8151

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

#fpga_image_idString

The FPGA image identifier (AFI ID).

Returns:

  • (String)


8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8151

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