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.
Constant Summary collapse
- SENSITIVE =
[:token]
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.
491 492 493 494 495 496 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 491 class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( :identity_id, :token) SENSITIVE = [:token] include Aws::Structure end |
#token ⇒ String
An OpenID token.
491 492 493 494 495 496 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 491 class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new( :identity_id, :token) SENSITIVE = [:token] include Aws::Structure end |