pub struct RunJobFlowOutput {
pub cluster_arn: Option<String>,
pub job_flow_id: Option<String>,
}
Expand description
The result of the RunJobFlow operation.
Fields§
§cluster_arn: Option<String>
The Amazon Resource Name of the cluster.
job_flow_id: Option<String>
An unique identifier for the job flow.
Trait Implementations§
Source§impl Clone for RunJobFlowOutput
impl Clone for RunJobFlowOutput
Source§fn clone(&self) -> RunJobFlowOutput
fn clone(&self) -> RunJobFlowOutput
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 RunJobFlowOutput
impl Debug for RunJobFlowOutput
Source§impl Default for RunJobFlowOutput
impl Default for RunJobFlowOutput
Source§fn default() -> RunJobFlowOutput
fn default() -> RunJobFlowOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunJobFlowOutput
impl<'de> Deserialize<'de> for RunJobFlowOutput
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
Source§impl PartialEq for RunJobFlowOutput
impl PartialEq for RunJobFlowOutput
impl StructuralPartialEq for RunJobFlowOutput
Auto Trait Implementations§
impl Freeze for RunJobFlowOutput
impl RefUnwindSafe for RunJobFlowOutput
impl Send for RunJobFlowOutput
impl Sync for RunJobFlowOutput
impl Unpin for RunJobFlowOutput
impl UnwindSafe for RunJobFlowOutput
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