Class: Aws::Types::SandboxSession
- Inherits:
-
Object
- Object
- Aws::Types::SandboxSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
-
#network_interface ⇒ Types::NetworkInterface
Returns the value of attribute network_interface.
-
#phases ⇒ ::Array[Types::SandboxSessionPhase]
Returns the value of attribute phases.
-
#resolved_source_version ⇒ ::String
Returns the value of attribute resolved_source_version.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
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.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def id @id end |
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def logs @logs end |
#network_interface ⇒ Types::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.
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.
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.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def status @status end |