Class: Aws::EC2::Types::CopyFpgaImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CopyFpgaImageRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description for the new AFI.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#name ⇒ String
The name for the new AFI.
-
#source_fpga_image_id ⇒ String
The ID of the source AFI.
-
#source_region ⇒ String
The Region that contains the source AFI.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the new AFI.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
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.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the new AFI. The default is the name of the source AFI.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |
#source_fpga_image_id ⇒ String
The ID of the source AFI.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The Region that contains the source AFI.
8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8407 class CopyFpgaImageRequest < Struct.new( :dry_run, :source_fpga_image_id, :description, :name, :source_region, :client_token) SENSITIVE = [] include Aws::Structure end |