#[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() -> CreatePortalOutputBuilder
pub fn builder() -> CreatePortalOutputBuilder
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 ==
.source§impl RequestId for CreatePortalOutput
impl RequestId for CreatePortalOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.