Class: Aws::Types::UpdateSessionResponse

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)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def last_updated_at
  @last_updated_at
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2836
2837
2838
# File 'sig/types.rbs', line 2836

def session_id
  @session_id
end

#session_status"ACTIVE", ...

Returns the value of attribute session_status.

Returns:

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


2837
2838
2839
# File 'sig/types.rbs', line 2837

def session_status
  @session_status
end