Struct aws_sdk_kafka::input::UpdateBrokerStorageInput
source · [−]#[non_exhaustive]pub struct UpdateBrokerStorageInput {
pub cluster_arn: Option<String>,
pub current_version: Option<String>,
pub target_broker_ebs_volume_info: Option<Vec<BrokerEbsVolumeInfo>>,
}
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) that uniquely identifies the cluster.
current_version: Option<String>
The version of cluster to update from. A successful operation will then generate a new version.
target_broker_ebs_volume_info: Option<Vec<BrokerEbsVolumeInfo>>
Describes the target volume size and the ID of the broker to apply the update to.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerStorage, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerStorage, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrokerStorage
>
Creates a new builder-style object to manufacture UpdateBrokerStorageInput
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The version of cluster to update from. A successful operation will then generate a new version.
Describes the target volume size and the ID of the broker to apply the update to.
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 UpdateBrokerStorageInput
impl Send for UpdateBrokerStorageInput
impl Sync for UpdateBrokerStorageInput
impl Unpin for UpdateBrokerStorageInput
impl UnwindSafe for UpdateBrokerStorageInput
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