Struct aws_sdk_directconnect::input::DescribeRouterConfigurationInput [−][src]
#[non_exhaustive]pub struct DescribeRouterConfigurationInput {
pub virtual_interface_id: Option<String>,
pub router_type_identifier: Option<String>,
}Expand description
Provides the details about a virtual interface's router.
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.virtual_interface_id: Option<String>The ID of the virtual interface.
router_type_identifier: Option<String>Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRouterConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRouterConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeRouterConfiguration>
Creates a new builder-style object to manufacture DescribeRouterConfigurationInput
The ID of the virtual interface.
Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
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 DescribeRouterConfigurationInput
impl Sync for DescribeRouterConfigurationInput
impl Unpin for DescribeRouterConfigurationInput
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
