Struct aws_sdk_kafka::output::CreateClusterV2Output
source ·
[−]#[non_exhaustive]pub struct CreateClusterV2Output {
pub cluster_arn: Option<String>,
pub cluster_name: Option<String>,
pub state: Option<ClusterState>,
pub cluster_type: Option<ClusterType>,
}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.
cluster_type: Option<ClusterType>The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
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.
The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
Creates a new builder-style object to manufacture CreateClusterV2Output
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 CreateClusterV2Output
impl Send for CreateClusterV2Output
impl Sync for CreateClusterV2Output
impl Unpin for CreateClusterV2Output
impl UnwindSafe for CreateClusterV2Output
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
