Class: Aws::CognitoIdentity::Types::DescribeIdentityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DescribeIdentityInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Note:
When making an API call, you may pass DescribeIdentityInput data as a hash:
{
identity_id: "IdentityId", # required
}
Input to the ‘DescribeIdentity` action.
Instance Attribute Summary collapse
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
Instance Attribute Details
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
215 216 217 218 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 215 class DescribeIdentityInput < Struct.new( :identity_id) include Aws::Structure end |