Class: Aws::Types::DocumentAccessControlEntry
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAccessControlEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access ⇒ "ALLOW", "DENY"
Returns the value of attribute access.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "USER"
Returns the value of attribute type.
Instance Attribute Details
#access ⇒ "ALLOW", "DENY"
Returns the value of attribute access.
885 886 887 |
# File 'sig/types.rbs', line 885 def access @access end |
#name ⇒ ::String
Returns the value of attribute name.
883 884 885 |
# File 'sig/types.rbs', line 883 def name @name end |
#type ⇒ "USER"
Returns the value of attribute type.
884 885 886 |
# File 'sig/types.rbs', line 884 def type @type end |