Class: Aws::Types::SessionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def last_updated_at
  @last_updated_at
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


2586
2587
2588
# File 'sig/types.rbs', line 2586

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2587
2588
2589
# File 'sig/types.rbs', line 2587

def session_id
  @session_id
end

#session_status"ACTIVE", ...

Returns the value of attribute session_status.

Returns:

  • ("ACTIVE", "EXPIRED", "ENDED")


2588
2589
2590
# File 'sig/types.rbs', line 2588

def session_status
  @session_status
end