Struct aws_sdk_workspacesweb::output::CreatePortalOutput
source · #[non_exhaustive]pub struct CreatePortalOutput { /* private fields */ }
Implementations§
source§impl CreatePortalOutput
impl CreatePortalOutput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN 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.
source§impl CreatePortalOutput
impl CreatePortalOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePortalOutput
.
Trait Implementations§
source§impl Clone for CreatePortalOutput
impl Clone for CreatePortalOutput
source§fn clone(&self) -> CreatePortalOutput
fn clone(&self) -> CreatePortalOutput
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 moresource§impl Debug for CreatePortalOutput
impl Debug for CreatePortalOutput
source§impl PartialEq<CreatePortalOutput> for CreatePortalOutput
impl PartialEq<CreatePortalOutput> for CreatePortalOutput
source§fn eq(&self, other: &CreatePortalOutput) -> bool
fn eq(&self, other: &CreatePortalOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.