Class: Aws::CognitoIdentity::Types::GetIdentityPoolRolesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::GetIdentityPoolRolesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Note:
When making an API call, you may pass GetIdentityPoolRolesInput data as a hash:
{
identity_pool_id: "IdentityPoolId", # required
}
Input to the ‘GetIdentityPoolRoles` action.
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
Instance Attribute Details
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
375 376 377 378 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 375 class GetIdentityPoolRolesInput < Struct.new( :identity_pool_id) include Aws::Structure end |