Class: Aws::Types::CreateFpgaImageResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFpgaImageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fpga_image_global_id ⇒ ::String
Returns the value of attribute fpga_image_global_id.
-
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
Instance Attribute Details
#fpga_image_global_id ⇒ ::String
Returns the value of attribute fpga_image_global_id.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def fpga_image_global_id @fpga_image_global_id end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def fpga_image_id @fpga_image_id end |