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.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def fpga_images @fpga_images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def next_token @next_token end |