Class: Aws::Types::GeneralFlagsV3
- Inherits:
-
Object
- Object
- Aws::Types::GeneralFlagsV3
- 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.
256 257 258 |
# File 'sig/types.rbs', line 256 def auto_enrollment @auto_enrollment end |
#machine_type ⇒ Boolean
Returns the value of attribute machine_type.
257 258 259 |
# File 'sig/types.rbs', line 257 def machine_type @machine_type end |