Class: Aws::CognitoIdentity::Types::GetIdentityPoolRolesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::GetIdentityPoolRolesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Input to the ‘GetIdentityPoolRoles` 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.
387 388 389 390 391 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 387 class GetIdentityPoolRolesInput < Struct.new( :identity_pool_id) SENSITIVE = [] include Aws::Structure end |