pub struct GetLoggingConfigurationRequest {
pub resource_arn: String,
}
Fields§
§resource_arn: String
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
Trait Implementations§
Source§impl Clone for GetLoggingConfigurationRequest
impl Clone for GetLoggingConfigurationRequest
Source§fn clone(&self) -> GetLoggingConfigurationRequest
fn clone(&self) -> GetLoggingConfigurationRequest
Returns a duplicate 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 Default for GetLoggingConfigurationRequest
impl Default for GetLoggingConfigurationRequest
Source§fn default() -> GetLoggingConfigurationRequest
fn default() -> GetLoggingConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetLoggingConfigurationRequest
impl PartialEq for GetLoggingConfigurationRequest
Source§fn eq(&self, other: &GetLoggingConfigurationRequest) -> bool
fn eq(&self, other: &GetLoggingConfigurationRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetLoggingConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetLoggingConfigurationRequest
impl RefUnwindSafe for GetLoggingConfigurationRequest
impl Send for GetLoggingConfigurationRequest
impl Sync for GetLoggingConfigurationRequest
impl Unpin for GetLoggingConfigurationRequest
impl UnwindSafe for GetLoggingConfigurationRequest
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