Struct aws_sdk_iot::input::DeleteV2LoggingLevelInput
source · #[non_exhaustive]pub struct DeleteV2LoggingLevelInput { /* private fields */ }
Implementations§
source§impl DeleteV2LoggingLevelInput
impl DeleteV2LoggingLevelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteV2LoggingLevel
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteV2LoggingLevelInput
.
source§impl DeleteV2LoggingLevelInput
impl DeleteV2LoggingLevelInput
sourcepub fn target_type(&self) -> Option<&LogTargetType>
pub fn target_type(&self) -> Option<&LogTargetType>
The type of resource for which you are configuring logging. Must be THING_Group
.
sourcepub fn target_name(&self) -> Option<&str>
pub fn target_name(&self) -> Option<&str>
The name of the resource for which you are configuring logging.
Trait Implementations§
source§impl Clone for DeleteV2LoggingLevelInput
impl Clone for DeleteV2LoggingLevelInput
source§fn clone(&self) -> DeleteV2LoggingLevelInput
fn clone(&self) -> DeleteV2LoggingLevelInput
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 DeleteV2LoggingLevelInput
impl Debug for DeleteV2LoggingLevelInput
source§impl PartialEq<DeleteV2LoggingLevelInput> for DeleteV2LoggingLevelInput
impl PartialEq<DeleteV2LoggingLevelInput> for DeleteV2LoggingLevelInput
source§fn eq(&self, other: &DeleteV2LoggingLevelInput) -> bool
fn eq(&self, other: &DeleteV2LoggingLevelInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.