Class: Aws::EC2::Types::CopyFpgaImageRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the new AFI.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the new AFI. The default is the name of the source AFI.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_fpga_image_idString

The ID of the source AFI.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

The Region that contains the source AFI.

Returns:

  • (String)


6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6308

class CopyFpgaImageRequest < Struct.new(
  :dry_run,
  :source_fpga_image_id,
  :description,
  :name,
  :source_region,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end