Class: Aws::Types::GetAuthorizationTokenResult

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)


357
358
359
# File 'sig/types.rbs', line 357

def authorization_token
  @authorization_token
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def expiration
  @expiration
end