Class: Aws::CognitoIdentity::Types::IdentityPoolShortDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::IdentityPoolShortDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
A description of the identity pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
-
#identity_pool_name ⇒ String
A string that you provide.
Instance Attribute Details
#identity_pool_id ⇒ String
An identity pool ID in the format REGION:GUID.
699 700 701 702 703 704 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 699 class IdentityPoolShortDescription < Struct.new( :identity_pool_id, :identity_pool_name) SENSITIVE = [] include Aws::Structure end |
#identity_pool_name ⇒ String
A string that you provide.
699 700 701 702 703 704 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 699 class IdentityPoolShortDescription < Struct.new( :identity_pool_id, :identity_pool_name) SENSITIVE = [] include Aws::Structure end |