Class: Aws::Types::GeneralFlagsV2
- Inherits:
-
Object
- Object
- Aws::Types::GeneralFlagsV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enrollment ⇒ Boolean
Returns the value of attribute auto_enrollment.
-
#machine_type ⇒ Boolean
Returns the value of attribute machine_type.
Instance Attribute Details
#auto_enrollment ⇒ Boolean
Returns the value of attribute auto_enrollment.
250 251 252 |
# File 'sig/types.rbs', line 250 def auto_enrollment @auto_enrollment end |
#machine_type ⇒ Boolean
Returns the value of attribute machine_type.
251 252 253 |
# File 'sig/types.rbs', line 251 def machine_type @machine_type end |