Struct aws_sdk_workspacesweb::input::CreatePortalInput
source · [−]#[non_exhaustive]pub struct CreatePortalInput { /* private fields */ }
Implementations
sourceimpl CreatePortalInput
impl CreatePortalInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreatePortal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreatePortal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePortal
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePortalInput
.
sourceimpl CreatePortalInput
impl CreatePortalInput
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the web portal. This is not visible to users who log into the web portal.
The tags to add to the web portal. A tag is a key-value pair.
sourcepub fn customer_managed_key(&self) -> Option<&str>
pub fn customer_managed_key(&self) -> Option<&str>
The customer managed key of the web portal.
sourcepub fn additional_encryption_context(&self) -> Option<&HashMap<String, String>>
pub fn additional_encryption_context(&self) -> Option<&HashMap<String, String>>
The additional encryption context of the portal.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
Trait Implementations
sourceimpl Clone for CreatePortalInput
impl Clone for CreatePortalInput
sourcefn clone(&self) -> CreatePortalInput
fn clone(&self) -> CreatePortalInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more