Class: Aws::Types::FormFactorConfig
- Inherits:
-
Object
- Object
- Aws::Types::FormFactorConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#form_factor ⇒ "RACK", "SERVER"
Returns the value of attribute form_factor.
-
#outpost_generation ⇒ "GENERATION_2", "GENERATION_1"
Returns the value of attribute outpost_generation.
Instance Attribute Details
#form_factor ⇒ "RACK", "SERVER"
Returns the value of attribute form_factor.
268 269 270 |
# File 'sig/types.rbs', line 268 def form_factor @form_factor end |
#outpost_generation ⇒ "GENERATION_2", "GENERATION_1"
Returns the value of attribute outpost_generation.
269 270 271 |
# File 'sig/types.rbs', line 269 def outpost_generation @outpost_generation end |