Struct aws_sdk_robomaker::model::SimulationJobSummary [−][src]
#[non_exhaustive]pub struct SimulationJobSummary {
pub arn: Option<String>,
pub last_updated_at: Option<DateTime>,
pub name: Option<String>,
pub status: Option<SimulationJobStatus>,
pub simulation_application_names: Option<Vec<String>>,
pub robot_application_names: Option<Vec<String>>,
pub data_source_names: Option<Vec<String>>,
pub compute_type: Option<ComputeType>,
}Expand description
Summary information for a simulation job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the simulation job.
last_updated_at: Option<DateTime>The time, in milliseconds since the epoch, when the simulation job was last updated.
name: Option<String>The name of the simulation job.
status: Option<SimulationJobStatus>The status of the simulation job.
simulation_application_names: Option<Vec<String>>A list of simulation job simulation application names.
robot_application_names: Option<Vec<String>>A list of simulation job robot application names.
data_source_names: Option<Vec<String>>The names of the data sources.
compute_type: Option<ComputeType>The compute type for the simulation job summary.
Implementations
The time, in milliseconds since the epoch, when the simulation job was last updated.
The status of the simulation job.
A list of simulation job simulation application names.
A list of simulation job robot application names.
The compute type for the simulation job summary.
Creates a new builder-style object to manufacture SimulationJobSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SimulationJobSummary
impl Send for SimulationJobSummary
impl Sync for SimulationJobSummary
impl Unpin for SimulationJobSummary
impl UnwindSafe for SimulationJobSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more