Class: Aws::Types::RefreshTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token ⇒ ::String

Returns the value of attribute access_token.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def access_token
  @access_token
end

#expires_in ⇒ ::Integer

Returns the value of attribute expires_in.

Returns:

  • (::Integer)


787
788
789
# File 'sig/types.rbs', line 787

def expires_in
  @expires_in
end