Class: Aws::Types::UpdateOpenIdConnectConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpenIdConnectConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
-
#group_configuration ⇒ Types::UpdateOpenIdConnectGroupConfiguration
Returns the value of attribute group_configuration.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#token_selection ⇒ Types::UpdateOpenIdConnectTokenSelection
Returns the value of attribute token_selection.
Instance Attribute Details
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def entity_id_prefix @entity_id_prefix end |
#group_configuration ⇒ Types::UpdateOpenIdConnectGroupConfiguration
Returns the value of attribute group_configuration.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def group_configuration @group_configuration end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def issuer @issuer end |
#token_selection ⇒ Types::UpdateOpenIdConnectTokenSelection
Returns the value of attribute token_selection.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def token_selection @token_selection end |