View source: R/ec2_operations.R
ec2_describe_fpga_images | R Documentation |
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.
See https://www.paws-r-sdk.com/docs/ec2_describe_fpga_images/ for full documentation.
ec2_describe_fpga_images(
DryRun = NULL,
FpgaImageIds = NULL,
Owners = NULL,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
DryRun |
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 |
FpgaImageIds |
The AFI IDs. |
Owners |
Filters the AFI by owner. Specify an Amazon Web Services account ID,
|
Filters |
The filters.
|
NextToken |
The token to retrieve the next page of results. |
MaxResults |
The maximum number of results to return in a single call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.