Struct aws_sdk_ec2::output::GetVpnConnectionDeviceTypesOutput [−][src]
#[non_exhaustive]pub struct GetVpnConnectionDeviceTypesOutput {
pub vpn_connection_device_types: Option<Vec<VpnConnectionDeviceType>>,
pub next_token: Option<String>,
}
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.vpn_connection_device_types: Option<Vec<VpnConnectionDeviceType>>
List of customer gateway devices that have a sample configuration file available for use.
next_token: Option<String>
The NextToken
value to include in a future
GetVpnConnectionDeviceTypes
request. When the results of a
GetVpnConnectionDeviceTypes
request exceed MaxResults
,
this value can be used to retrieve the next page of results. This value is null when
there are no more results to return.
Implementations
Creates a new builder-style object to manufacture GetVpnConnectionDeviceTypesOutput
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 GetVpnConnectionDeviceTypesOutput
impl Sync for GetVpnConnectionDeviceTypesOutput
impl Unpin for GetVpnConnectionDeviceTypesOutput
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