Class: Aws::Types::UserSetting
- Inherits:
-
Object
- Object
- Aws::Types::UserSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", ...
Returns the value of attribute action.
-
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
-
#permission ⇒ "ENABLED", "DISABLED"
Returns the value of attribute permission.
Instance Attribute Details
#action ⇒ "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", ...
Returns the value of attribute action.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def action @action end |
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def maximum_length @maximum_length end |
#permission ⇒ "ENABLED", "DISABLED"
Returns the value of attribute permission.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def end |