Class: Aws::Types::AccountSettings
- Inherits:
-
Object
- Object
- Aws::Types::AccountSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_remote_control ⇒ Boolean
Returns the value of attribute disable_remote_control.
-
#enable_dial_out ⇒ Boolean
Returns the value of attribute enable_dial_out.
Instance Attribute Details
#disable_remote_control ⇒ Boolean
Returns the value of attribute disable_remote_control.
31 32 33 |
# File 'sig/types.rbs', line 31 def disable_remote_control @disable_remote_control end |
#enable_dial_out ⇒ Boolean
Returns the value of attribute enable_dial_out.
32 33 34 |
# File 'sig/types.rbs', line 32 def enable_dial_out @enable_dial_out end |