You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::GetIdentityPoolRolesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned in response to a successful GetIdentityPoolRoles operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_idString

An identity pool ID in the format REGION:GUID.

Returns:

  • (String)

    An identity pool ID in the format REGION:GUID.

#role_mappingsHash<String,Types::RoleMapping>

How users for a specific identity provider are to mapped to roles. This is a String-to-RoleMapping object map. The string identifies the identity provider, for example, \"graph.facebook.com\" or \"cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id\".

Returns:

  • (Hash<String,Types::RoleMapping>)

    How users for a specific identity provider are to mapped to roles.

#rolesHash<String,String>

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

Returns:

  • (Hash<String,String>)

    The map of roles associated with this pool.