Class: Aws::Types::SamlConfigOptions
- Inherits:
-
Object
- Object
- Aws::Types::SamlConfigOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_attribute ⇒ ::String
Returns the value of attribute group_attribute.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#open_search_serverless_entity_id ⇒ ::String
Returns the value of attribute open_search_serverless_entity_id.
-
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
-
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
Instance Attribute Details
#group_attribute ⇒ ::String
Returns the value of attribute group_attribute.
742 743 744 |
# File 'sig/types.rbs', line 742 def group_attribute @group_attribute end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
740 741 742 |
# File 'sig/types.rbs', line 740 def @metadata end |
#open_search_serverless_entity_id ⇒ ::String
Returns the value of attribute open_search_serverless_entity_id.
743 744 745 |
# File 'sig/types.rbs', line 743 def open_search_serverless_entity_id @open_search_serverless_entity_id end |
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
744 745 746 |
# File 'sig/types.rbs', line 744 def session_timeout @session_timeout end |
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
741 742 743 |
# File 'sig/types.rbs', line 741 def user_attribute @user_attribute end |