Class: Aws::CognitoIdentity::Types::GetOpenIdTokenForDeveloperIdentityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

A unique identifier in the format REGION:GUID.

Returns:

  • (String)


491
492
493
494
495
496
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 491

class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
  :identity_id,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

An OpenID token.

Returns:

  • (String)


491
492
493
494
495
496
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 491

class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
  :identity_id,
  :token)
  SENSITIVE = []
  include Aws::Structure
end