Struct aws_sdk_kafka::input::CreateClusterV2Input
source · [−]#[non_exhaustive]pub struct CreateClusterV2Input {
pub cluster_name: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub provisioned: Option<ProvisionedRequest>,
pub serverless: Option<ServerlessRequest>,
}
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_name: Option<String>
The name of the cluster.
A map of tags that you want the cluster to have.
provisioned: Option<ProvisionedRequest>
Information about the provisioned cluster.
serverless: Option<ServerlessRequest>
Information about the serverless cluster.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateClusterV2, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateClusterV2, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateClusterV2
>
Creates a new builder-style object to manufacture CreateClusterV2Input
The name of the cluster.
A map of tags that you want the cluster to have.
Information about the provisioned cluster.
Information about the serverless cluster.
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 CreateClusterV2Input
impl Send for CreateClusterV2Input
impl Sync for CreateClusterV2Input
impl Unpin for CreateClusterV2Input
impl UnwindSafe for CreateClusterV2Input
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