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