Class: Aws::Types::DeleteFpgaImageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4094
4095
4096
# File 'sig/types.rbs', line 4094

def dry_run
  @dry_run
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


4095
4096
4097
# File 'sig/types.rbs', line 4095

def fpga_image_id
  @fpga_image_id
end