pub struct UpdateBrokerStorageRequest {
pub cluster_arn: String,
pub current_version: String,
pub target_broker_ebs_volume_info: Vec<BrokerEBSVolumeInfo>,
}Fields§
§cluster_arn: String <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
current_version: String <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
target_broker_ebs_volume_info: Vec<BrokerEBSVolumeInfo> <p>Describes the target volume size and the ID of the broker to apply the update to.</p>
Trait Implementations§
Source§impl Clone for UpdateBrokerStorageRequest
impl Clone for UpdateBrokerStorageRequest
Source§fn clone(&self) -> UpdateBrokerStorageRequest
fn clone(&self) -> UpdateBrokerStorageRequest
Returns a duplicate 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 UpdateBrokerStorageRequest
impl Debug for UpdateBrokerStorageRequest
Source§impl Default for UpdateBrokerStorageRequest
impl Default for UpdateBrokerStorageRequest
Source§fn default() -> UpdateBrokerStorageRequest
fn default() -> UpdateBrokerStorageRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateBrokerStorageRequest
Auto Trait Implementations§
impl Freeze for UpdateBrokerStorageRequest
impl RefUnwindSafe for UpdateBrokerStorageRequest
impl Send for UpdateBrokerStorageRequest
impl Sync for UpdateBrokerStorageRequest
impl Unpin for UpdateBrokerStorageRequest
impl UnwindSafe for UpdateBrokerStorageRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more