Struct aws_sdk_networkmanager::model::Site
source · #[non_exhaustive]pub struct Site { /* private fields */ }
Expand description
Describes a site.
Implementations§
source§impl Site
impl Site
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 site.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time that the site was created.
The tags for the site.