pub struct TerminateJobFlowsInput {
pub job_flow_ids: Vec<String>,
}Expand description
Input to the TerminateJobFlows operation.
AWS API: emr.v1.TerminateJobFlowsInput
Fields§
§job_flow_ids: Vec<String>A list of job flows to be shut down.
Trait Implementations§
Source§impl Clone for TerminateJobFlowsInput
impl Clone for TerminateJobFlowsInput
Source§fn clone(&self) -> TerminateJobFlowsInput
fn clone(&self) -> TerminateJobFlowsInput
Returns a duplicate 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 moreSource§impl Debug for TerminateJobFlowsInput
impl Debug for TerminateJobFlowsInput
Source§impl Default for TerminateJobFlowsInput
impl Default for TerminateJobFlowsInput
Source§fn default() -> TerminateJobFlowsInput
fn default() -> TerminateJobFlowsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TerminateJobFlowsInput
impl<'de> Deserialize<'de> for TerminateJobFlowsInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TerminateJobFlowsInput
impl RefUnwindSafe for TerminateJobFlowsInput
impl Send for TerminateJobFlowsInput
impl Sync for TerminateJobFlowsInput
impl Unpin for TerminateJobFlowsInput
impl UnsafeUnpin for TerminateJobFlowsInput
impl UnwindSafe for TerminateJobFlowsInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more