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.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def enabled @enabled end |
#idp ⇒ Types::SAMLIdp
Returns the value of attribute idp.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def idp @idp end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def roles_key @roles_key end |
#session_timeout_minutes ⇒ ::Integer
Returns the value of attribute session_timeout_minutes.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def session_timeout_minutes @session_timeout_minutes end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def subject_key @subject_key end |