Struct aws_sdk_amp::operation::describe_logging_configuration::DescribeLoggingConfigurationOutput
source · #[non_exhaustive]pub struct DescribeLoggingConfigurationOutput { /* private fields */ }
Expand description
Represents the output of a DescribeLoggingConfiguration operation.
Implementations§
source§impl DescribeLoggingConfigurationOutput
impl DescribeLoggingConfigurationOutput
sourcepub fn logging_configuration(&self) -> Option<&LoggingConfigurationMetadata>
pub fn logging_configuration(&self) -> Option<&LoggingConfigurationMetadata>
Metadata object containing information about the logging configuration of a workspace.
source§impl DescribeLoggingConfigurationOutput
impl DescribeLoggingConfigurationOutput
sourcepub fn builder() -> DescribeLoggingConfigurationOutputBuilder
pub fn builder() -> DescribeLoggingConfigurationOutputBuilder
Creates a new builder-style object to manufacture DescribeLoggingConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeLoggingConfigurationOutput
impl Clone for DescribeLoggingConfigurationOutput
source§fn clone(&self) -> DescribeLoggingConfigurationOutput
fn clone(&self) -> DescribeLoggingConfigurationOutput
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<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
impl PartialEq<DescribeLoggingConfigurationOutput> for DescribeLoggingConfigurationOutput
source§fn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
fn eq(&self, other: &DescribeLoggingConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeLoggingConfigurationOutput
impl RequestId for DescribeLoggingConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeLoggingConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeLoggingConfigurationOutput
impl Send for DescribeLoggingConfigurationOutput
impl Sync for DescribeLoggingConfigurationOutput
impl Unpin for DescribeLoggingConfigurationOutput
impl UnwindSafe for DescribeLoggingConfigurationOutput
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