#[non_exhaustive]pub struct UpdateDomainInput { /* private fields */ }
Implementations§
source§impl UpdateDomainInput
impl UpdateDomainInput
sourcepub fn default_user_settings(&self) -> Option<&UserSettings>
pub fn default_user_settings(&self) -> Option<&UserSettings>
A collection of settings.
sourcepub fn domain_settings_for_update(&self) -> Option<&DomainSettingsForUpdate>
pub fn domain_settings_for_update(&self) -> Option<&DomainSettingsForUpdate>
A collection of DomainSettings
configuration values to update.
sourcepub fn default_space_settings(&self) -> Option<&DefaultSpaceSettings>
pub fn default_space_settings(&self) -> Option<&DefaultSpaceSettings>
The default settings used to create a space within the Domain.
sourcepub fn app_security_group_management(
&self
) -> Option<&AppSecurityGroupManagement>
pub fn app_security_group_management( &self ) -> Option<&AppSecurityGroupManagement>
The entity that creates and manages the required security groups for inter-app communication in VPCOnly
mode. Required when CreateDomain.AppNetworkAccessType
is VPCOnly
and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided.
source§impl UpdateDomainInput
impl UpdateDomainInput
sourcepub fn builder() -> UpdateDomainInputBuilder
pub fn builder() -> UpdateDomainInputBuilder
Creates a new builder-style object to manufacture UpdateDomainInput
.
source§impl UpdateDomainInput
impl UpdateDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDomain
>
Trait Implementations§
source§impl Clone for UpdateDomainInput
impl Clone for UpdateDomainInput
source§fn clone(&self) -> UpdateDomainInput
fn clone(&self) -> UpdateDomainInput
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 UpdateDomainInput
impl Debug for UpdateDomainInput
source§impl PartialEq<UpdateDomainInput> for UpdateDomainInput
impl PartialEq<UpdateDomainInput> for UpdateDomainInput
source§fn eq(&self, other: &UpdateDomainInput) -> bool
fn eq(&self, other: &UpdateDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.