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
- Struct
- Aws::CognitoIdentity::Types::GetIdentityPoolRolesResponse
- Defined in:
- (unknown)
Overview
Returned in response to a successful GetIdentityPoolRoles
operation.
Returned by:
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
-
#role_mappings ⇒ Hash<String,Types::RoleMapping>
How users for a specific identity provider are to mapped to roles.
-
#roles ⇒ Hash<String,String>
The map of roles associated with this pool.
Instance Attribute Details
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
#role_mappings ⇒ Hash<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\".
#roles ⇒ Hash<String,String>
The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.