#[non_exhaustive]pub struct AuthorizeIpRulesInput { /* private fields */ }Implementations§
source§impl AuthorizeIpRulesInput
impl AuthorizeIpRulesInput
sourcepub fn user_rules(&self) -> Option<&[IpRuleItem]>
pub fn user_rules(&self) -> Option<&[IpRuleItem]>
The rules to add to the group.
source§impl AuthorizeIpRulesInput
impl AuthorizeIpRulesInput
sourcepub fn builder() -> AuthorizeIpRulesInputBuilder
pub fn builder() -> AuthorizeIpRulesInputBuilder
Creates a new builder-style object to manufacture AuthorizeIpRulesInput.
source§impl AuthorizeIpRulesInput
impl AuthorizeIpRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeIpRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AuthorizeIpRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AuthorizeIpRules>
Trait Implementations§
source§impl Clone for AuthorizeIpRulesInput
impl Clone for AuthorizeIpRulesInput
source§fn clone(&self) -> AuthorizeIpRulesInput
fn clone(&self) -> AuthorizeIpRulesInput
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 AuthorizeIpRulesInput
impl Debug for AuthorizeIpRulesInput
source§impl PartialEq<AuthorizeIpRulesInput> for AuthorizeIpRulesInput
impl PartialEq<AuthorizeIpRulesInput> for AuthorizeIpRulesInput
source§fn eq(&self, other: &AuthorizeIpRulesInput) -> bool
fn eq(&self, other: &AuthorizeIpRulesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.