Class: Aws::Types::GetSessionEndpointOutput

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)


587
588
589
# File 'sig/types.rbs', line 587

def auth_token
  @auth_token
end

#auth_token_expiration_time::Time

Returns the value of attribute auth_token_expiration_time.

Returns:

  • (::Time)


588
589
590
# File 'sig/types.rbs', line 588

def auth_token_expiration_time
  @auth_token_expiration_time
end

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



589
590
591
# File 'sig/types.rbs', line 589

def credentials
  @credentials
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def endpoint
  @endpoint
end