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