Class: Aws::Types::GetOpenIdTokenForDeveloperIdentityResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def identity_id
  @identity_id
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def token
  @token
end