Class: Aws::VerifiedPermissions::Types::UpdateCognitoGroupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UpdateCognitoGroupConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
The user group entities from an Amazon Cognito user pool identity source.
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`.
3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3889 class UpdateCognitoGroupConfiguration < Struct.new( :group_entity_type) SENSITIVE = [:group_entity_type] include Aws::Structure end |