Struct rusoto_emr::DescribeJobFlowsInput [] [src]

pub struct DescribeJobFlowsInput {
    pub created_after: Option<f64>,
    pub created_before: Option<f64>,
    pub job_flow_ids: Option<Vec<String>>,
    pub job_flow_states: Option<Vec<String>>,
}

The input for the DescribeJobFlows operation.

Fields

Return only job flows created after this date and time.

Return only job flows created before this date and time.

Return only job flows whose job flow ID is contained in this list.

Return only job flows whose state is contained in this list.

Trait Implementations

impl Default for DescribeJobFlowsInput
[src]

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

impl Debug for DescribeJobFlowsInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeJobFlowsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more