Class: Aws::Types::SessionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def end_time
  @end_time
end

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def portal_arn
  @portal_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def session_id
  @session_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def start_time
  @start_time
end

#status"Active", "Terminated"

Returns the value of attribute status.

Returns:

  • ("Active", "Terminated")


1080
1081
1082
# File 'sig/types.rbs', line 1080

def status
  @status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def username
  @username
end