Class: Aws::Types::OpenIdConnectGroupConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectGroupConfigurationItem
- 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.
826 827 828 |
# File 'sig/types.rbs', line 826 def group_claim @group_claim end |
#group_entity_type ⇒ ::String
Returns the value of attribute group_entity_type.
827 828 829 |
# File 'sig/types.rbs', line 827 def group_entity_type @group_entity_type end |