Class: Aws::Types::SAMLOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::SAMLOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
-
#master_backend_role ⇒ ::String
Returns the value of attribute master_backend_role.
-
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
-
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
-
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
-
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def enabled @enabled end |
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def idp @idp end |
#master_backend_role ⇒ ::String
Returns the value of attribute master_backend_role.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def master_backend_role @master_backend_role end |
#master_user_name ⇒ ::String
Returns the value of attribute master_user_name.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def master_user_name @master_user_name end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def roles_key @roles_key end |
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def session_timeout_minutes @session_timeout_minutes end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def subject_key @subject_key end |