Struct aws_sdk_storagegateway::input::ListVolumesInput [−][src]
#[non_exhaustive]pub struct ListVolumesInput {
pub gateway_arn: Option<String>,
pub marker: Option<String>,
pub limit: Option<i32>,
}
Expand description
A JSON object that contains one or more of the following fields:
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.gateway_arn: Option<String>
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.
marker: Option<String>
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
limit: Option<i32>
Specifies that the list of volumes returned be limited to the specified number of items.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVolumes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVolumes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListVolumes
>
Creates a new builder-style object to manufacture ListVolumesInput
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.
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
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 ListVolumesInput
impl Send for ListVolumesInput
impl Sync for ListVolumesInput
impl Unpin for ListVolumesInput
impl UnwindSafe for ListVolumesInput
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