Class: Aws::Types::AccessRights

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enroll"ALLOW", "DENY"

Returns the value of attribute auto_enroll.

Returns:

  • ("ALLOW", "DENY")


37
38
39
# File 'sig/types.rbs', line 37

def auto_enroll
  @auto_enroll
end

#enroll"ALLOW", "DENY"

Returns the value of attribute enroll.

Returns:

  • ("ALLOW", "DENY")


38
39
40
# File 'sig/types.rbs', line 38

def enroll
  @enroll
end