Struct aws_sdk_workspacesweb::input::DeletePortalInput
source · #[non_exhaustive]pub struct DeletePortalInput { /* private fields */ }
Implementations§
source§impl DeletePortalInput
impl DeletePortalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePortal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePortal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePortal
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePortalInput
.
source§impl DeletePortalInput
impl DeletePortalInput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
Trait Implementations§
source§impl Clone for DeletePortalInput
impl Clone for DeletePortalInput
source§fn clone(&self) -> DeletePortalInput
fn clone(&self) -> DeletePortalInput
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 DeletePortalInput
impl Debug for DeletePortalInput
source§impl PartialEq<DeletePortalInput> for DeletePortalInput
impl PartialEq<DeletePortalInput> for DeletePortalInput
source§fn eq(&self, other: &DeletePortalInput) -> bool
fn eq(&self, other: &DeletePortalInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.