#[non_exhaustive]pub struct ListLocalDisksInput { /* private fields */ }Expand description
A JSON object containing the Amazon Resource Name (ARN) of the gateway.
Implementations§
source§impl ListLocalDisksInput
impl ListLocalDisksInput
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.
source§impl ListLocalDisksInput
impl ListLocalDisksInput
sourcepub fn builder() -> ListLocalDisksInputBuilder
pub fn builder() -> ListLocalDisksInputBuilder
Creates a new builder-style object to manufacture ListLocalDisksInput.
source§impl ListLocalDisksInput
impl ListLocalDisksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListLocalDisks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListLocalDisks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListLocalDisks>
Trait Implementations§
source§impl Clone for ListLocalDisksInput
impl Clone for ListLocalDisksInput
source§fn clone(&self) -> ListLocalDisksInput
fn clone(&self) -> ListLocalDisksInput
Returns a copy 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 ListLocalDisksInput
impl Debug for ListLocalDisksInput
source§impl PartialEq<ListLocalDisksInput> for ListLocalDisksInput
impl PartialEq<ListLocalDisksInput> for ListLocalDisksInput
source§fn eq(&self, other: &ListLocalDisksInput) -> bool
fn eq(&self, other: &ListLocalDisksInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListLocalDisksInput
Auto Trait Implementations§
impl RefUnwindSafe for ListLocalDisksInput
impl Send for ListLocalDisksInput
impl Sync for ListLocalDisksInput
impl Unpin for ListLocalDisksInput
impl UnwindSafe for ListLocalDisksInput
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