Struct rusoto_emr::AddInstanceGroupsOutput [] [src]

pub struct AddInstanceGroupsOutput {
    pub instance_group_ids: Option<Vec<String>>,
    pub job_flow_id: Option<String>,
}

Output from an AddInstanceGroups call.

Fields

Instance group IDs of the newly created instance groups.

The job flow ID in which the instance groups are added.

Trait Implementations

impl Default for AddInstanceGroupsOutput
[src]

[src]

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

impl Debug for AddInstanceGroupsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AddInstanceGroupsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more