Struct aws_sdk_emr::input::DescribeClusterInput
source · #[non_exhaustive]pub struct DescribeClusterInput { /* private fields */ }Expand description
This input determines which cluster to describe.
Implementations§
source§impl DescribeClusterInput
impl DescribeClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeCluster>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClusterInput.
source§impl DescribeClusterInput
impl DescribeClusterInput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
The identifier of the cluster to describe.
Trait Implementations§
source§impl Clone for DescribeClusterInput
impl Clone for DescribeClusterInput
source§fn clone(&self) -> DescribeClusterInput
fn clone(&self) -> DescribeClusterInput
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 DescribeClusterInput
impl Debug for DescribeClusterInput
source§impl PartialEq<DescribeClusterInput> for DescribeClusterInput
impl PartialEq<DescribeClusterInput> for DescribeClusterInput
source§fn eq(&self, other: &DescribeClusterInput) -> bool
fn eq(&self, other: &DescribeClusterInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.