Class: Aws::Types::SAMLOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SAMLOptionsOutput
- 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.
-
#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.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def enabled @enabled end |
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def idp @idp end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def roles_key @roles_key end |
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def session_timeout_minutes @session_timeout_minutes end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def subject_key @subject_key end |