Struct aws_sdk_emr::output::AddInstanceGroupsOutput
source · #[non_exhaustive]pub struct AddInstanceGroupsOutput { /* private fields */ }Expand description
Output from an AddInstanceGroups call.
Implementations§
source§impl AddInstanceGroupsOutput
impl AddInstanceGroupsOutput
sourcepub fn job_flow_id(&self) -> Option<&str>
pub fn job_flow_id(&self) -> Option<&str>
The job flow ID in which the instance groups are added.
sourcepub fn instance_group_ids(&self) -> Option<&[String]>
pub fn instance_group_ids(&self) -> Option<&[String]>
Instance group IDs of the newly created instance groups.
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name of the cluster.
source§impl AddInstanceGroupsOutput
impl AddInstanceGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddInstanceGroupsOutput.
Trait Implementations§
source§impl Clone for AddInstanceGroupsOutput
impl Clone for AddInstanceGroupsOutput
source§fn clone(&self) -> AddInstanceGroupsOutput
fn clone(&self) -> AddInstanceGroupsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more