Struct aws_sdk_networkmanager::model::Link
source · #[non_exhaustive]pub struct Link { /* private fields */ }
Expand description
Describes a link.
Implementations§
source§impl Link
impl Link
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the link.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time that the link was created.
The tags for the link.