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)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def created_at
  @created_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2752
2753
2754
# File 'sig/types.rbs', line 2752

def last_updated_at
  @last_updated_at
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def session_id
  @session_id
end

#session_status"ACTIVE", ...

Returns the value of attribute session_status.

Returns:

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


2755
2756
2757
# File 'sig/types.rbs', line 2755

def session_status
  @session_status
end