Struct aws_sdk_workspacesweb::model::PortalSummary
source · [−]#[non_exhaustive]pub struct PortalSummary { /* private fields */ }
Expand description
The summary of the portal.
Implementations
sourceimpl 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.
sourceimpl PortalSummary
impl PortalSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PortalSummary
.
Trait Implementations
sourceimpl Clone for PortalSummary
impl Clone for PortalSummary
sourcefn clone(&self) -> PortalSummary
fn clone(&self) -> PortalSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PortalSummary
impl Debug for PortalSummary
sourceimpl PartialEq<PortalSummary> for PortalSummary
impl PartialEq<PortalSummary> for PortalSummary
sourcefn eq(&self, other: &PortalSummary) -> bool
fn eq(&self, other: &PortalSummary) -> bool
impl StructuralPartialEq for PortalSummary
Auto Trait Implementations
impl RefUnwindSafe for PortalSummary
impl Send for PortalSummary
impl Sync for PortalSummary
impl Unpin for PortalSummary
impl UnwindSafe for PortalSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more