Class: Aws::Types::TokenValidityUnitsType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token"seconds", ...

Returns the value of attribute access_token.

Returns:

  • ("seconds", "minutes", "hours", "days")


2126
2127
2128
# File 'sig/types.rbs', line 2126

def access_token
  @access_token
end

#id_token"seconds", ...

Returns the value of attribute id_token.

Returns:

  • ("seconds", "minutes", "hours", "days")


2127
2128
2129
# File 'sig/types.rbs', line 2127

def id_token
  @id_token
end

#refresh_token"seconds", ...

Returns the value of attribute refresh_token.

Returns:

  • ("seconds", "minutes", "hours", "days")


2128
2129
2130
# File 'sig/types.rbs', line 2128

def refresh_token
  @refresh_token
end