#[non_exhaustive]pub struct GetSecurityConfigurationsInput { /* private fields */ }Implementations§
source§impl GetSecurityConfigurationsInput
impl GetSecurityConfigurationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSecurityConfigurations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSecurityConfigurations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSecurityConfigurations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSecurityConfigurationsInput.
source§impl GetSecurityConfigurationsInput
impl GetSecurityConfigurationsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
Trait Implementations§
source§impl Clone for GetSecurityConfigurationsInput
impl Clone for GetSecurityConfigurationsInput
source§fn clone(&self) -> GetSecurityConfigurationsInput
fn clone(&self) -> GetSecurityConfigurationsInput
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 PartialEq<GetSecurityConfigurationsInput> for GetSecurityConfigurationsInput
impl PartialEq<GetSecurityConfigurationsInput> for GetSecurityConfigurationsInput
source§fn eq(&self, other: &GetSecurityConfigurationsInput) -> bool
fn eq(&self, other: &GetSecurityConfigurationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.