Class: Aws::CognitoIdentity::Types::GetOpenIdTokenForDeveloperIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::GetOpenIdTokenForDeveloperIdentityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Returned in response to a successful ‘GetOpenIdTokenForDeveloperIdentity` request.
Instance Attribute Summary collapse
-
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
-
#token ⇒ String
An OpenID token.
Instance Attribute Details
#identity_id ⇒ String
A unique identifier in the format REGION:GUID.
477 478 479 480 481 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 477 class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( :identity_id, :token) include Aws::Structure end |
#token ⇒ String
An OpenID token.
477 478 479 480 481 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 477 class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( :identity_id, :token) include Aws::Structure end |