Class: Aws::Types::SessionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def end_date_time
  @end_date_time
end

#idle_since_date_time::Time

Returns the value of attribute idle_since_date_time.

Returns:

  • (::Time)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def idle_since_date_time
  @idle_since_date_time
end

#last_modified_date_time::Time

Returns the value of attribute last_modified_date_time.

Returns:

  • (::Time)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def last_modified_date_time
  @last_modified_date_time
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def start_date_time
  @start_date_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "IDLE", "BUSY", "TERMINATING", "TERMINATED", "DEGRADED", "FAILED")


1135
1136
1137
# File 'sig/types.rbs', line 1135

def state
  @state
end

#state_change_reason::String

Returns the value of attribute state_change_reason.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def state_change_reason
  @state_change_reason
end