Struct aws_sdk_iot::input::ListSecurityProfilesInput
source · #[non_exhaustive]pub struct ListSecurityProfilesInput { /* private fields */ }
Implementations§
source§impl ListSecurityProfilesInput
impl ListSecurityProfilesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSecurityProfiles, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSecurityProfiles, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSecurityProfiles
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSecurityProfilesInput
.
source§impl ListSecurityProfilesInput
impl ListSecurityProfilesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time.
sourcepub fn dimension_name(&self) -> Option<&str>
pub fn dimension_name(&self) -> Option<&str>
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with metricName
sourcepub fn metric_name(&self) -> Option<&str>
pub fn metric_name(&self) -> Option<&str>
The name of the custom metric. Cannot be used with dimensionName
.
Trait Implementations§
source§impl Clone for ListSecurityProfilesInput
impl Clone for ListSecurityProfilesInput
source§fn clone(&self) -> ListSecurityProfilesInput
fn clone(&self) -> ListSecurityProfilesInput
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 ListSecurityProfilesInput
impl Debug for ListSecurityProfilesInput
source§impl PartialEq<ListSecurityProfilesInput> for ListSecurityProfilesInput
impl PartialEq<ListSecurityProfilesInput> for ListSecurityProfilesInput
source§fn eq(&self, other: &ListSecurityProfilesInput) -> bool
fn eq(&self, other: &ListSecurityProfilesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.