Class: Aws::Types::DescribeFpgaImageAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"description", ...

Returns the value of attribute attribute.

Returns:

  • ("description", "name", "loadPermission", "productCodes")


6030
6031
6032
# File 'sig/types.rbs', line 6030

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6028
6029
6030
# File 'sig/types.rbs', line 6028

def dry_run
  @dry_run
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


6029
6030
6031
# File 'sig/types.rbs', line 6029

def fpga_image_id
  @fpga_image_id
end