Class: Aws::CognitoIdentity::Types::DescribeIdentityPoolInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DescribeIdentityPoolInput
- Defined in:
- gems/aws-sdk-cognitoidentity/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.
Constant Summary collapse
- SENSITIVE =
[]
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.
288 289 290 291 292 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 288 class DescribeIdentityPoolInput < Struct.new( :identity_pool_id) SENSITIVE = [] include Aws::Structure end |