Class: Aws::Types::DisableSsoRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableSsoRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def directory_id @directory_id end |
#password ⇒ ::String
Returns the value of attribute password.
828 829 830 |
# File 'sig/types.rbs', line 828 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
827 828 829 |
# File 'sig/types.rbs', line 827 def user_name @user_name end |