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.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def action @action end |
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def maximum_length @maximum_length end |
#permission ⇒ "ENABLED", "DISABLED"
Returns the value of attribute permission.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def @permission end |