Struct aws_sdk_iot::output::SetLoggingOptionsOutput
source · #[non_exhaustive]pub struct SetLoggingOptionsOutput {}
Implementations§
source§impl SetLoggingOptionsOutput
impl SetLoggingOptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLoggingOptionsOutput
.
Trait Implementations§
source§impl Clone for SetLoggingOptionsOutput
impl Clone for SetLoggingOptionsOutput
source§fn clone(&self) -> SetLoggingOptionsOutput
fn clone(&self) -> SetLoggingOptionsOutput
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 more