Struct aws_sdk_iot::output::ListV2LoggingLevelsOutput
source · #[non_exhaustive]pub struct ListV2LoggingLevelsOutput { /* private fields */ }
Implementations§
source§impl ListV2LoggingLevelsOutput
impl ListV2LoggingLevelsOutput
sourcepub fn log_target_configurations(&self) -> Option<&[LogTargetConfiguration]>
pub fn log_target_configurations(&self) -> Option<&[LogTargetConfiguration]>
The logging configuration for a target.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next set of results, or null if there are no additional results.
source§impl ListV2LoggingLevelsOutput
impl ListV2LoggingLevelsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListV2LoggingLevelsOutput
.
Trait Implementations§
source§impl Clone for ListV2LoggingLevelsOutput
impl Clone for ListV2LoggingLevelsOutput
source§fn clone(&self) -> ListV2LoggingLevelsOutput
fn clone(&self) -> ListV2LoggingLevelsOutput
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 ListV2LoggingLevelsOutput
impl Debug for ListV2LoggingLevelsOutput
source§impl PartialEq<ListV2LoggingLevelsOutput> for ListV2LoggingLevelsOutput
impl PartialEq<ListV2LoggingLevelsOutput> for ListV2LoggingLevelsOutput
source§fn eq(&self, other: &ListV2LoggingLevelsOutput) -> bool
fn eq(&self, other: &ListV2LoggingLevelsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.