Class: Aws::EC2::Types::DescribeFpgaImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeFpgaImagesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fpga_images ⇒ Array<Types::FpgaImage>
Information about the FPGA images.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#fpga_images ⇒ Array<Types::FpgaImage>
Information about the FPGA images.
19576 19577 19578 19579 19580 19581 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19576 class DescribeFpgaImagesResult < Struct.new( :fpga_images, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
19576 19577 19578 19579 19580 19581 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19576 class DescribeFpgaImagesResult < Struct.new( :fpga_images, :next_token) SENSITIVE = [] include Aws::Structure end |