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.
280 281 282 |
# File 'sig/types.rbs', line 280 def form_factor @form_factor end |
#outpost_generation ⇒ "GENERATION_2", "GENERATION_1"
Returns the value of attribute outpost_generation.
281 282 283 |
# File 'sig/types.rbs', line 281 def outpost_generation @outpost_generation end |