Class: Aws::EC2::Types::CopyFpgaImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CopyFpgaImageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fpga_image_id ⇒ String
The ID of the new AFI.
Instance Attribute Details
#fpga_image_id ⇒ String
The ID of the new AFI.
6993 6994 6995 6996 6997 |
# File 'lib/aws-sdk-ec2/types.rb', line 6993 class CopyFpgaImageResult < Struct.new( :fpga_image_id) SENSITIVE = [] include Aws::Structure end |