pub struct ListSecurityProfilesRequest {
pub dimension_name: Option<String>,
pub max_results: Option<i64>,
pub next_token: Option<String>,
}Fields§
§dimension_name: Option<String>A filter to limit results to the security profiles that use the defined dimension.
max_results: Option<i64>The maximum number of results to return at one time.
next_token: Option<String>The token for the next set of results.
Trait Implementations§
Source§impl Clone for ListSecurityProfilesRequest
impl Clone for ListSecurityProfilesRequest
Source§fn clone(&self) -> ListSecurityProfilesRequest
fn clone(&self) -> ListSecurityProfilesRequest
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 ListSecurityProfilesRequest
impl Debug for ListSecurityProfilesRequest
Source§impl Default for ListSecurityProfilesRequest
impl Default for ListSecurityProfilesRequest
Source§fn default() -> ListSecurityProfilesRequest
fn default() -> ListSecurityProfilesRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListSecurityProfilesRequest
Auto Trait Implementations§
impl Freeze for ListSecurityProfilesRequest
impl RefUnwindSafe for ListSecurityProfilesRequest
impl Send for ListSecurityProfilesRequest
impl Sync for ListSecurityProfilesRequest
impl Unpin for ListSecurityProfilesRequest
impl UnwindSafe for ListSecurityProfilesRequest
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