Struct aws_sdk_emr::operation::describe_step::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() -> DescribeStepOutputBuilder
pub fn builder() -> DescribeStepOutputBuilder
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 moresource§impl Debug for DescribeStepOutput
impl Debug for DescribeStepOutput
source§impl PartialEq<DescribeStepOutput> for DescribeStepOutput
impl PartialEq<DescribeStepOutput> for DescribeStepOutput
source§fn eq(&self, other: &DescribeStepOutput) -> bool
fn eq(&self, other: &DescribeStepOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeStepOutput
impl RequestId for DescribeStepOutput
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.