Class: Aws::Types::FpgaImageAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9831
9832
9833
# File 'sig/types.rbs', line 9831

def description
  @description
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


9829
9830
9831
# File 'sig/types.rbs', line 9829

def fpga_image_id
  @fpga_image_id
end

#load_permissions::Array[Types::LoadPermission]

Returns the value of attribute load_permissions.

Returns:



9832
9833
9834
# File 'sig/types.rbs', line 9832

def load_permissions
  @load_permissions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9830
9831
9832
# File 'sig/types.rbs', line 9830

def name
  @name
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



9833
9834
9835
# File 'sig/types.rbs', line 9833

def product_codes
  @product_codes
end