Class: Aws::Types::AuthorizationData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_token ⇒ ::String

Returns the value of attribute authorization_token.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def authorization_token
  @authorization_token
end

#expires_at ⇒ ::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


13
14
15
# File 'sig/types.rbs', line 13

def expires_at
  @expires_at
end