#[non_exhaustive]pub struct GetLoggingConfigurationInput { /* private fields */ }Implementations§
source§impl GetLoggingConfigurationInput
impl GetLoggingConfigurationInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
source§impl GetLoggingConfigurationInput
impl GetLoggingConfigurationInput
sourcepub fn builder() -> GetLoggingConfigurationInputBuilder
pub fn builder() -> GetLoggingConfigurationInputBuilder
Creates a new builder-style object to manufacture GetLoggingConfigurationInput.
source§impl GetLoggingConfigurationInput
impl GetLoggingConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetLoggingConfiguration>
Trait Implementations§
source§impl Clone for GetLoggingConfigurationInput
impl Clone for GetLoggingConfigurationInput
source§fn clone(&self) -> GetLoggingConfigurationInput
fn clone(&self) -> GetLoggingConfigurationInput
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 GetLoggingConfigurationInput
impl Debug for GetLoggingConfigurationInput
source§impl PartialEq<GetLoggingConfigurationInput> for GetLoggingConfigurationInput
impl PartialEq<GetLoggingConfigurationInput> for GetLoggingConfigurationInput
source§fn eq(&self, other: &GetLoggingConfigurationInput) -> bool
fn eq(&self, other: &GetLoggingConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetLoggingConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for GetLoggingConfigurationInput
impl Send for GetLoggingConfigurationInput
impl Sync for GetLoggingConfigurationInput
impl Unpin for GetLoggingConfigurationInput
impl UnwindSafe for GetLoggingConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more