Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip_addresses::Array[::String]

Returns the value of attribute client_ip_addresses.

Returns:

  • (::Array[::String])


1049
1050
1051
# File 'sig/types.rbs', line 1049

def client_ip_addresses
  @client_ip_addresses
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def end_time
  @end_time
end

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def portal_arn
  @portal_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def session_id
  @session_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def start_time
  @start_time
end

#status"Active", "Terminated"

Returns the value of attribute status.

Returns:

  • ("Active", "Terminated")


1050
1051
1052
# File 'sig/types.rbs', line 1050

def status
  @status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def username
  @username
end