#[non_exhaustive]pub struct TerminateJobFlowsOutput { /* private fields */ }Implementations§
source§impl TerminateJobFlowsOutput
impl TerminateJobFlowsOutput
sourcepub fn builder() -> TerminateJobFlowsOutputBuilder
pub fn builder() -> TerminateJobFlowsOutputBuilder
Creates a new builder-style object to manufacture TerminateJobFlowsOutput.
Trait Implementations§
source§impl Clone for TerminateJobFlowsOutput
impl Clone for TerminateJobFlowsOutput
source§fn clone(&self) -> TerminateJobFlowsOutput
fn clone(&self) -> TerminateJobFlowsOutput
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 moresource§impl Debug for TerminateJobFlowsOutput
impl Debug for TerminateJobFlowsOutput
source§impl PartialEq<TerminateJobFlowsOutput> for TerminateJobFlowsOutput
impl PartialEq<TerminateJobFlowsOutput> for TerminateJobFlowsOutput
source§fn eq(&self, other: &TerminateJobFlowsOutput) -> bool
fn eq(&self, other: &TerminateJobFlowsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for TerminateJobFlowsOutput
impl RequestId for TerminateJobFlowsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.