Class: Aws::Types::Credentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :refresh_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def access_token
  @access_token
end

#access_token_expiration::Time

Returns the value of attribute access_token_expiration.

Returns:

  • (::Time)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def access_token_expiration
  @access_token_expiration
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def refresh_token
  @refresh_token
end

#refresh_token_expiration::Time

Returns the value of attribute refresh_token_expiration.

Returns:

  • (::Time)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def refresh_token_expiration
  @refresh_token_expiration
end