Class: Aws::Types::EnableSsoRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableSsoRequest
- 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.
907 908 909 |
# File 'sig/types.rbs', line 907 def directory_id @directory_id end |
#password ⇒ ::String
Returns the value of attribute password.
909 910 911 |
# File 'sig/types.rbs', line 909 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
908 909 910 |
# File 'sig/types.rbs', line 908 def user_name @user_name end |