#[non_exhaustive]pub struct DescribeRouterConfigurationOutput { /* private fields */ }Implementations§
source§impl DescribeRouterConfigurationOutput
impl DescribeRouterConfigurationOutput
sourcepub fn customer_router_config(&self) -> Option<&str>
pub fn customer_router_config(&self) -> Option<&str>
The customer router configuration.
sourcepub fn router(&self) -> Option<&RouterType>
pub fn router(&self) -> Option<&RouterType>
The details about the router.
sourcepub fn virtual_interface_id(&self) -> Option<&str>
pub fn virtual_interface_id(&self) -> Option<&str>
The ID assigned to the virtual interface.
sourcepub fn virtual_interface_name(&self) -> Option<&str>
pub fn virtual_interface_name(&self) -> Option<&str>
Provides the details about a virtual interface's router.
source§impl DescribeRouterConfigurationOutput
impl DescribeRouterConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRouterConfigurationOutput.
Trait Implementations§
source§impl Clone for DescribeRouterConfigurationOutput
impl Clone for DescribeRouterConfigurationOutput
source§fn clone(&self) -> DescribeRouterConfigurationOutput
fn clone(&self) -> DescribeRouterConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more