Struct aws_sdk_fsx::input::UpdateVolumeInput [−][src]
#[non_exhaustive]pub struct UpdateVolumeInput {
pub client_request_token: Option<String>,
pub volume_id: Option<String>,
pub ontap_configuration: Option<UpdateOntapVolumeConfiguration>,
}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.client_request_token: Option<String>(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
volume_id: Option<String>Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.
ontap_configuration: Option<UpdateOntapVolumeConfiguration>The ONTAP configuration of the volume you are updating.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateVolume, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateVolume, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateVolume>
Creates a new builder-style object to manufacture UpdateVolumeInput
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
Specifies the volume that you want to update, formatted fsvol-0123456789abcdef0.
The ONTAP configuration of the volume you are updating.
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 UpdateVolumeInput
impl Send for UpdateVolumeInput
impl Sync for UpdateVolumeInput
impl Unpin for UpdateVolumeInput
impl UnwindSafe for UpdateVolumeInput
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