Class: Aws::VerifiedPermissions::Types::CognitoGroupConfigurationItem

Inherits:
Struct
  • Object
show all
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 CognitoUserPoolConfigurationItem structure and is a response parameter to ListIdentitySources.

Constant Summary collapse

SENSITIVE =
[:group_entity_type]

Instance Attribute Summary collapse

Instance Attribute Details

#group_entity_typeString

The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.

Returns:

  • (String)


493
494
495
496
497
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 493

class CognitoGroupConfigurationItem < Struct.new(
  :group_entity_type)
  SENSITIVE = [:group_entity_type]
  include Aws::Structure
end