Class: Aws::VerifiedPermissions::Types::CognitoGroupConfigurationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::CognitoGroupConfigurationDetail
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
This data type is part of an CognitoUserPoolConfigurationDetail structure and is a response parameter to GetIdentitySource.
Constant Summary collapse
- SENSITIVE =
[:group_entity_type]
Instance Attribute Summary collapse
-
#group_entity_type ⇒ String
The name of the schema entity type that's mapped to the user pool group.
Instance Attribute Details
#group_entity_type ⇒ String
The name of the schema entity type that's mapped to the user pool
group. Defaults to AWS::CognitoGroup
.
624 625 626 627 628 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 624 class CognitoGroupConfigurationDetail < Struct.new( :group_entity_type) SENSITIVE = [:group_entity_type] include Aws::Structure end |