Struct aws_sdk_iotanalytics::operation::describe_logging_options::DescribeLoggingOptionsOutput
source · #[non_exhaustive]pub struct DescribeLoggingOptionsOutput { /* private fields */ }
Implementations§
source§impl DescribeLoggingOptionsOutput
impl DescribeLoggingOptionsOutput
sourcepub fn logging_options(&self) -> Option<&LoggingOptions>
pub fn logging_options(&self) -> Option<&LoggingOptions>
The current settings of the IoT Analytics logging options.
source§impl DescribeLoggingOptionsOutput
impl DescribeLoggingOptionsOutput
sourcepub fn builder() -> DescribeLoggingOptionsOutputBuilder
pub fn builder() -> DescribeLoggingOptionsOutputBuilder
Creates a new builder-style object to manufacture DescribeLoggingOptionsOutput
.
Trait Implementations§
source§impl Clone for DescribeLoggingOptionsOutput
impl Clone for DescribeLoggingOptionsOutput
source§fn clone(&self) -> DescribeLoggingOptionsOutput
fn clone(&self) -> DescribeLoggingOptionsOutput
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 DescribeLoggingOptionsOutput
impl Debug for DescribeLoggingOptionsOutput
source§impl PartialEq<DescribeLoggingOptionsOutput> for DescribeLoggingOptionsOutput
impl PartialEq<DescribeLoggingOptionsOutput> for DescribeLoggingOptionsOutput
source§fn eq(&self, other: &DescribeLoggingOptionsOutput) -> bool
fn eq(&self, other: &DescribeLoggingOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeLoggingOptionsOutput
impl RequestId for DescribeLoggingOptionsOutput
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 DescribeLoggingOptionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeLoggingOptionsOutput
impl Send for DescribeLoggingOptionsOutput
impl Sync for DescribeLoggingOptionsOutput
impl Unpin for DescribeLoggingOptionsOutput
impl UnwindSafe for DescribeLoggingOptionsOutput
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