Class: Aws::Types::AccessRights
- Inherits:
-
Object
- Object
- Aws::Types::AccessRights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enroll ⇒ "ALLOW", "DENY"
Returns the value of attribute auto_enroll.
-
#enroll ⇒ "ALLOW", "DENY"
Returns the value of attribute enroll.
Instance Attribute Details
#auto_enroll ⇒ "ALLOW", "DENY"
Returns the value of attribute auto_enroll.
37 38 39 |
# File 'sig/types.rbs', line 37 def auto_enroll @auto_enroll end |
#enroll ⇒ "ALLOW", "DENY"
Returns the value of attribute enroll.
38 39 40 |
# File 'sig/types.rbs', line 38 def enroll @enroll end |