Class: Aws::Types::DeleteFpgaImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFpgaImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4280 4281 4282 |
# File 'sig/types.rbs', line 4280 def dry_run @dry_run end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
4281 4282 4283 |
# File 'sig/types.rbs', line 4281 def fpga_image_id @fpga_image_id end |