Struct aws_sdk_emr::output::DescribeStepOutput
source · #[non_exhaustive]pub struct DescribeStepOutput { /* private fields */ }Expand description
This output contains the description of the cluster step.
Implementations§
source§impl DescribeStepOutput
impl DescribeStepOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStepOutput.
Trait Implementations§
source§impl Clone for DescribeStepOutput
impl Clone for DescribeStepOutput
source§fn clone(&self) -> DescribeStepOutput
fn clone(&self) -> DescribeStepOutput
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