Class: Aws::CognitoIdentity::Types::DescribeIdentityPoolInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DescribeIdentityPoolInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Note:
When making an API call, you may pass DescribeIdentityPoolInput data as a hash:
{
identity_pool_id: "IdentityPoolId", # required
}
Input to the DescribeIdentityPool 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.
235 236 237 238 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 235 class DescribeIdentityPoolInput < Struct.new( :identity_pool_id) include Aws::Structure end |