Class: Aws::Types::SessionEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_token])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


6960
6961
6962
# File 'sig/types.rbs', line 6960

def auth_token
  @auth_token
end

#auth_token_expiration_time::Time

Returns the value of attribute auth_token_expiration_time.

Returns:

  • (::Time)


6961
6962
6963
# File 'sig/types.rbs', line 6961

def auth_token_expiration_time
  @auth_token_expiration_time
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


6959
6960
6961
# File 'sig/types.rbs', line 6959

def url
  @url
end