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)


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

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