Struct aws_sdk_ec2::input::GetVpnConnectionDeviceTypesInput [−][src]
#[non_exhaustive]pub struct GetVpnConnectionDeviceTypesInput {
pub max_results: Option<i32>,
pub next_token: Option<String>,
pub dry_run: Option<bool>,
}
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.max_results: Option<i32>
The maximum number of results returned by GetVpnConnectionDeviceTypes
in
paginated output. When this parameter is used, GetVpnConnectionDeviceTypes
only returns MaxResults
results in a single page along with a
NextToken
response element. The remaining results of the initial
request can be seen by sending another GetVpnConnectionDeviceTypes
request
with the returned NextToken
value. This value can be between 200 and 1000.
If this parameter is not used, then GetVpnConnectionDeviceTypes
returns all
results.
next_token: Option<String>
The NextToken
value returned from a previous paginated
GetVpnConnectionDeviceTypes
request where MaxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the
end of the previous results that returned the NextToken
value. This value
is null when there are no more results to return.
dry_run: Option<bool>
Checks whether you have the required permissions for the action, without actually
making the request, and provides an error response. If you have the required
permissions, the error response is DryRunOperation
. Otherwise, it is
UnauthorizedOperation
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVpnConnectionDeviceTypes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVpnConnectionDeviceTypes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetVpnConnectionDeviceTypes
>
Creates a new builder-style object to manufacture GetVpnConnectionDeviceTypesInput
The maximum number of results returned by GetVpnConnectionDeviceTypes
in
paginated output. When this parameter is used, GetVpnConnectionDeviceTypes
only returns MaxResults
results in a single page along with a
NextToken
response element. The remaining results of the initial
request can be seen by sending another GetVpnConnectionDeviceTypes
request
with the returned NextToken
value. This value can be between 200 and 1000.
If this parameter is not used, then GetVpnConnectionDeviceTypes
returns all
results.
The NextToken
value returned from a previous paginated
GetVpnConnectionDeviceTypes
request where MaxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the
end of the previous results that returned the NextToken
value. This value
is null when there are no more results to return.
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 Send for GetVpnConnectionDeviceTypesInput
impl Sync for GetVpnConnectionDeviceTypesInput
impl Unpin for GetVpnConnectionDeviceTypesInput
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