Class: Aws::Types::ClientAuthenticationResultType

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)


483
484
485
# File 'sig/types.rbs', line 483

def access_token
  @access_token
end

#expires_in::Integer

Returns the value of attribute expires_in.

Returns:

  • (::Integer)


484
485
486
# File 'sig/types.rbs', line 484

def expires_in
  @expires_in
end

#token_type::String

Returns the value of attribute token_type.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def token_type
  @token_type
end