Class: Aws::Types::ExchangeCodeForTokenRequestBody

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:code, :client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id ⇒ ::String

Returns the value of attribute client_id.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def client_id
  @client_id
end

#code ⇒ ::String

Returns the value of attribute code.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def code
  @code
end

#redirect_uri ⇒ ::String

Returns the value of attribute redirect_uri.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def redirect_uri
  @redirect_uri
end