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

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_idString

The ID of the new AFI.

Returns:

  • (String)


6326
6327
6328
6329
6330
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6326

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