pub struct ListConfigurationsRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
}
Fields§
§max_results: Option<i64>
The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
next_token: Option<String>
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Trait Implementations§
Source§impl Clone for ListConfigurationsRequest
impl Clone for ListConfigurationsRequest
Source§fn clone(&self) -> ListConfigurationsRequest
fn clone(&self) -> ListConfigurationsRequest
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 ListConfigurationsRequest
impl Debug for ListConfigurationsRequest
Source§impl Default for ListConfigurationsRequest
impl Default for ListConfigurationsRequest
Source§fn default() -> ListConfigurationsRequest
fn default() -> ListConfigurationsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListConfigurationsRequest
Auto Trait Implementations§
impl Freeze for ListConfigurationsRequest
impl RefUnwindSafe for ListConfigurationsRequest
impl Send for ListConfigurationsRequest
impl Sync for ListConfigurationsRequest
impl Unpin for ListConfigurationsRequest
impl UnwindSafe for ListConfigurationsRequest
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