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")


2158
2159
2160
# File 'sig/types.rbs', line 2158

def access_token
  @access_token
end

#id_token"seconds", ...

Returns the value of attribute id_token.

Returns:

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


2159
2160
2161
# File 'sig/types.rbs', line 2159

def id_token
  @id_token
end

#refresh_token"seconds", ...

Returns the value of attribute refresh_token.

Returns:

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


2160
2161
2162
# File 'sig/types.rbs', line 2160

def refresh_token
  @refresh_token
end