Class: Aws::CognitoIdentity::Types::DeleteIdentityPoolInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DeleteIdentityPoolInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the DeleteIdentityPool 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.
198 199 200 201 202 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 198 class DeleteIdentityPoolInput < Struct.new( :identity_pool_id) SENSITIVE = [] include Aws::Structure end |