Class: Aws::Types::FpgaImageAttribute
- Inherits:
-
Object
- Object
- Aws::Types::FpgaImageAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
-
#load_permissions ⇒ ::Array[Types::LoadPermission]
Returns the value of attribute load_permissions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9606 9607 9608 |
# File 'sig/types.rbs', line 9606 def description @description end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
9604 9605 9606 |
# File 'sig/types.rbs', line 9604 def fpga_image_id @fpga_image_id end |
#load_permissions ⇒ ::Array[Types::LoadPermission]
Returns the value of attribute load_permissions.
9607 9608 9609 |
# File 'sig/types.rbs', line 9607 def @load_permissions end |
#name ⇒ ::String
Returns the value of attribute name.
9605 9606 9607 |
# File 'sig/types.rbs', line 9605 def name @name end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
9608 9609 9610 |
# File 'sig/types.rbs', line 9608 def product_codes @product_codes end |