Struct aws_sdk_networkmanager::input::GetLinksInput
source · [−]#[non_exhaustive]pub struct GetLinksInput {
pub global_network_id: Option<String>,
pub link_ids: Option<Vec<String>>,
pub site_id: Option<String>,
pub type: Option<String>,
pub provider: Option<String>,
pub max_results: Option<i32>,
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.global_network_id: Option<String>
The ID of the global network.
link_ids: Option<Vec<String>>
One or more link IDs. The maximum is 10.
site_id: Option<String>
The ID of the site.
type: Option<String>
The link type.
provider: Option<String>
The link provider.
max_results: Option<i32>
The maximum number of results to return.
next_token: Option<String>
The token for the next page of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLinks, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLinks, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetLinks
>
Creates a new builder-style object to manufacture GetLinksInput
The ID of the global network.
The maximum number of results to return.
The token for the next page of results.
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 GetLinksInput
impl Send for GetLinksInput
impl Sync for GetLinksInput
impl Unpin for GetLinksInput
impl UnwindSafe for GetLinksInput
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