Class: Aws::Types::SandboxSessionPhase

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#contexts::Array[Types::PhaseContext]

Returns the value of attribute contexts.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def contexts
  @contexts
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def duration_in_seconds
  @duration_in_seconds
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def end_time
  @end_time
end

#phase_status"SUCCEEDED", ...

Returns the value of attribute phase_status.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def phase_status
  @phase_status
end

#phase_type::String

Returns the value of attribute phase_type.

Returns:



1191
1192
1193
# File 'sig/types.rbs', line 1191

def phase_type
  @phase_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def start_time
  @start_time
end