Class: Aws::Types::GetSessionEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def auth_token
  @auth_token
end

#auth_token_expiration_time::Time

Returns the value of attribute auth_token_expiration_time.

Returns:

  • (::Time)


558
559
560
# File 'sig/types.rbs', line 558

def auth_token_expiration_time
  @auth_token_expiration_time
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def endpoint_url
  @endpoint_url
end