Class: Aws::Types::UpdateOpenIdConnectGroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpenIdConnectGroupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_claim ⇒ ::String
Returns the value of attribute group_claim.
-
#group_entity_type ⇒ ::String
Returns the value of attribute group_entity_type.
Instance Attribute Details
#group_claim ⇒ ::String
Returns the value of attribute group_claim.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def group_claim @group_claim end |
#group_entity_type ⇒ ::String
Returns the value of attribute group_entity_type.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def group_entity_type @group_entity_type end |