Struct aws_sdk_sagemaker::model::EmrStepMetadata
source ·
[−]#[non_exhaustive]pub struct EmrStepMetadata {
pub cluster_id: Option<String>,
pub step_id: Option<String>,
pub step_name: Option<String>,
pub log_file_path: Option<String>,
}
Expand description
The configurations and outcomes of an Amazon EMR step execution.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cluster_id: Option<String>
The identifier of the EMR cluster.
step_id: Option<String>
The identifier of the EMR cluster step.
step_name: Option<String>
The name of the EMR cluster step.
log_file_path: Option<String>
The path to the log file where the cluster step's failure root cause is recorded.
Implementations
The identifier of the EMR cluster.
The path to the log file where the cluster step's failure root cause is recorded.
Creates a new builder-style object to manufacture EmrStepMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EmrStepMetadata
impl Send for EmrStepMetadata
impl Sync for EmrStepMetadata
impl Unpin for EmrStepMetadata
impl UnwindSafe for EmrStepMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more