Class: Aws::Types::DescribeFpgaImagesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFpgaImagesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fpga_images ⇒ ::Array[Types::FpgaImage]
Returns the value of attribute fpga_images.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fpga_images ⇒ ::Array[Types::FpgaImage]
Returns the value of attribute fpga_images.
5792 5793 5794 |
# File 'sig/types.rbs', line 5792 def fpga_images @fpga_images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5793 5794 5795 |
# File 'sig/types.rbs', line 5793 def next_token @next_token end |