Class: Aws::Types::SandboxSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_phase::String

Returns the value of attribute current_phase.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def current_phase
  @current_phase
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def id
  @id
end

#logsTypes::LogsLocation

Returns the value of attribute logs.

Returns:



1185
1186
1187
# File 'sig/types.rbs', line 1185

def logs
  @logs
end

#network_interfaceTypes::NetworkInterface

Returns the value of attribute network_interface.



1186
1187
1188
# File 'sig/types.rbs', line 1186

def network_interface
  @network_interface
end

#phases::Array[Types::SandboxSessionPhase]

Returns the value of attribute phases.

Returns:



1183
1184
1185
# File 'sig/types.rbs', line 1183

def phases
  @phases
end

#resolved_source_version::String

Returns the value of attribute resolved_source_version.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def resolved_source_version
  @resolved_source_version
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def status
  @status
end