Struct aws_sdk_workspacesweb::model::PortalSummary
source · #[non_exhaustive]pub struct PortalSummary { /* private fields */ }
Expand description
The summary of the portal.
Implementations§
source§impl PortalSummary
impl PortalSummary
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn renderer_type(&self) -> Option<&RendererType>
pub fn renderer_type(&self) -> Option<&RendererType>
The renderer that is used in streaming sessions.
sourcepub fn browser_type(&self) -> Option<&BrowserType>
pub fn browser_type(&self) -> Option<&BrowserType>
The browser type of the web portal.
sourcepub fn portal_status(&self) -> Option<&PortalStatus>
pub fn portal_status(&self) -> Option<&PortalStatus>
The status of the web portal.
sourcepub fn portal_endpoint(&self) -> Option<&str>
pub fn portal_endpoint(&self) -> Option<&str>
The endpoint URL of the web portal that users access in order to start streaming sessions.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the web portal.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The creation date of the web portal.
sourcepub fn browser_settings_arn(&self) -> Option<&str>
pub fn browser_settings_arn(&self) -> Option<&str>
The ARN of the browser settings that is associated with the web portal.
sourcepub fn user_settings_arn(&self) -> Option<&str>
pub fn user_settings_arn(&self) -> Option<&str>
The ARN of the user settings that is associated with the web portal.
sourcepub fn network_settings_arn(&self) -> Option<&str>
pub fn network_settings_arn(&self) -> Option<&str>
The ARN of the network settings that is associated with the web portal.
sourcepub fn trust_store_arn(&self) -> Option<&str>
pub fn trust_store_arn(&self) -> Option<&str>
The ARN of the trust that is associated with this web portal.
source§impl PortalSummary
impl PortalSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PortalSummary
.
Trait Implementations§
source§impl Clone for PortalSummary
impl Clone for PortalSummary
source§fn clone(&self) -> PortalSummary
fn clone(&self) -> PortalSummary
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