Struct aws_sdk_kafka::output::CreateClusterOutput
source · [−]#[non_exhaustive]pub struct CreateClusterOutput {
pub cluster_arn: Option<String>,
pub cluster_name: Option<String>,
pub state: Option<ClusterState>,
}
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_arn: Option<String>
The Amazon Resource Name (ARN) of the cluster.
cluster_name: Option<String>
The name of the MSK cluster.
state: Option<ClusterState>
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
Implementations
The Amazon Resource Name (ARN) of the cluster.
The name of the MSK cluster.
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
Creates a new builder-style object to manufacture CreateClusterOutput
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 CreateClusterOutput
impl Send for CreateClusterOutput
impl Sync for CreateClusterOutput
impl Unpin for CreateClusterOutput
impl UnwindSafe for CreateClusterOutput
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