pub struct ListV2LoggingLevelsRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
pub target_type: Option<String>,
}Fields§
§max_results: Option<i64>The maximum number of results to return at one time.
next_token: Option<String>The token used to get the next set of results, or null if there are no additional results.
target_type: Option<String>The type of resource for which you are configuring logging. Must be THING_Group.
Trait Implementations§
Source§impl Clone for ListV2LoggingLevelsRequest
impl Clone for ListV2LoggingLevelsRequest
Source§fn clone(&self) -> ListV2LoggingLevelsRequest
fn clone(&self) -> ListV2LoggingLevelsRequest
Returns a duplicate 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 ListV2LoggingLevelsRequest
impl Debug for ListV2LoggingLevelsRequest
Source§impl Default for ListV2LoggingLevelsRequest
impl Default for ListV2LoggingLevelsRequest
Source§fn default() -> ListV2LoggingLevelsRequest
fn default() -> ListV2LoggingLevelsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListV2LoggingLevelsRequest
Auto Trait Implementations§
impl Freeze for ListV2LoggingLevelsRequest
impl RefUnwindSafe for ListV2LoggingLevelsRequest
impl Send for ListV2LoggingLevelsRequest
impl Sync for ListV2LoggingLevelsRequest
impl Unpin for ListV2LoggingLevelsRequest
impl UnwindSafe for ListV2LoggingLevelsRequest
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