#[non_exhaustive]pub struct AddWorkingStorageInput { /* private fields */ }
Expand description
A JSON object containing one or more of the following fields:
-
AddWorkingStorageInput$DiskIds
Implementations
sourceimpl AddWorkingStorageInput
impl AddWorkingStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddWorkingStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddWorkingStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddWorkingStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddWorkingStorageInput
.
sourceimpl AddWorkingStorageInput
impl AddWorkingStorageInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
Trait Implementations
sourceimpl Clone for AddWorkingStorageInput
impl Clone for AddWorkingStorageInput
sourcefn clone(&self) -> AddWorkingStorageInput
fn clone(&self) -> AddWorkingStorageInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AddWorkingStorageInput
impl Debug for AddWorkingStorageInput
sourceimpl PartialEq<AddWorkingStorageInput> for AddWorkingStorageInput
impl PartialEq<AddWorkingStorageInput> for AddWorkingStorageInput
sourcefn eq(&self, other: &AddWorkingStorageInput) -> bool
fn eq(&self, other: &AddWorkingStorageInput) -> bool
impl StructuralPartialEq for AddWorkingStorageInput
Auto Trait Implementations
impl RefUnwindSafe for AddWorkingStorageInput
impl Send for AddWorkingStorageInput
impl Sync for AddWorkingStorageInput
impl Unpin for AddWorkingStorageInput
impl UnwindSafe for AddWorkingStorageInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more