Class: Aws::Types::OpenIdConnectConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectConfigurationItem
- 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::OpenIdConnectGroupConfigurationItem
Returns the value of attribute group_configuration.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#token_selection ⇒ Types::OpenIdConnectTokenSelectionItem
Returns the value of attribute token_selection.
Instance Attribute Details
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
807 808 809 |
# File 'sig/types.rbs', line 807 def entity_id_prefix @entity_id_prefix end |
#group_configuration ⇒ Types::OpenIdConnectGroupConfigurationItem
Returns the value of attribute group_configuration.
808 809 810 |
# File 'sig/types.rbs', line 808 def group_configuration @group_configuration end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
806 807 808 |
# File 'sig/types.rbs', line 806 def issuer @issuer end |
#token_selection ⇒ Types::OpenIdConnectTokenSelectionItem
Returns the value of attribute token_selection.
809 810 811 |
# File 'sig/types.rbs', line 809 def token_selection @token_selection end |