Class: Aws::Types::OpenIdConnectConfigurationDetail
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectConfigurationDetail
- 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::OpenIdConnectGroupConfigurationDetail
Returns the value of attribute group_configuration.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#token_selection ⇒ Types::OpenIdConnectTokenSelectionDetail
Returns the value of attribute token_selection.
Instance Attribute Details
#entity_id_prefix ⇒ ::String
Returns the value of attribute entity_id_prefix.
799 800 801 |
# File 'sig/types.rbs', line 799 def entity_id_prefix @entity_id_prefix end |
#group_configuration ⇒ Types::OpenIdConnectGroupConfigurationDetail
Returns the value of attribute group_configuration.
800 801 802 |
# File 'sig/types.rbs', line 800 def group_configuration @group_configuration end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
798 799 800 |
# File 'sig/types.rbs', line 798 def issuer @issuer end |
#token_selection ⇒ Types::OpenIdConnectTokenSelectionDetail
Returns the value of attribute token_selection.
801 802 803 |
# File 'sig/types.rbs', line 801 def token_selection @token_selection end |