Class: Aws::Types::ResetFpgaImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetFpgaImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "loadPermission"
Returns the value of attribute attribute.
-
#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
#attribute ⇒ "loadPermission"
Returns the value of attribute attribute.
16823 16824 16825 |
# File 'sig/types.rbs', line 16823 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16821 16822 16823 |
# File 'sig/types.rbs', line 16821 def dry_run @dry_run end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
16822 16823 16824 |
# File 'sig/types.rbs', line 16822 def fpga_image_id @fpga_image_id end |