Struct rusoto_batch::ArrayPropertiesSummary[][src]

pub struct ArrayPropertiesSummary {
    pub index: Option<i64>,
    pub size: Option<i64>,
}

An object representing the array properties of a job.

Fields

The job index within the array that is associated with this job. This parameter is returned for children of array jobs.

The size of the array job. This parameter is returned for parent array jobs.

Trait Implementations

impl Default for ArrayPropertiesSummary
[src]

Returns the "default value" for a type. Read more

impl Debug for ArrayPropertiesSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for ArrayPropertiesSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ArrayPropertiesSummary
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations