Struct aws_sdk_directconnect::input::ListVirtualInterfaceTestHistoryInput [−][src]
#[non_exhaustive]pub struct ListVirtualInterfaceTestHistoryInput {
pub test_id: Option<String>,
pub virtual_interface_id: Option<String>,
pub bgp_peers: Option<Vec<String>>,
pub status: 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.test_id: Option<String>The ID of the virtual interface failover test.
virtual_interface_id: Option<String>The ID of the virtual interface that was tested.
bgp_peers: Option<Vec<String>>The BGP peers that were placed in the DOWN state during the virtual interface failover test.
status: Option<String>The status of the virtual interface failover test.
max_results: Option<i32>The maximum number of results to return with a single call.
To retrieve the remaining results, make another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are
returned.
next_token: Option<String>The token for the next page of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVirtualInterfaceTestHistory, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVirtualInterfaceTestHistory, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListVirtualInterfaceTestHistory>
Creates a new builder-style object to manufacture ListVirtualInterfaceTestHistoryInput
The ID of the virtual interface that was tested.
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
The maximum number of results to return with a single call.
To retrieve the remaining results, make another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are
returned.
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 Send for ListVirtualInterfaceTestHistoryInput
impl Sync for ListVirtualInterfaceTestHistoryInput
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
