Struct aws_sdk_workspaces::input::AuthorizeIpRulesInput
source · [−]#[non_exhaustive]pub struct AuthorizeIpRulesInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuthorizeIpRulesInput.
sourceimpl AuthorizeIpRulesInput
impl AuthorizeIpRulesInput
sourcepub fn user_rules(&self) -> Option<&[IpRuleItem]>
pub fn user_rules(&self) -> Option<&[IpRuleItem]>
The rules to add to the group.
Trait Implementations
sourceimpl Clone for AuthorizeIpRulesInput
impl Clone for AuthorizeIpRulesInput
sourcefn clone(&self) -> AuthorizeIpRulesInput
fn clone(&self) -> AuthorizeIpRulesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AuthorizeIpRulesInput
impl Debug for AuthorizeIpRulesInput
sourceimpl PartialEq<AuthorizeIpRulesInput> for AuthorizeIpRulesInput
impl PartialEq<AuthorizeIpRulesInput> for AuthorizeIpRulesInput
sourcefn eq(&self, other: &AuthorizeIpRulesInput) -> bool
fn eq(&self, other: &AuthorizeIpRulesInput) -> bool
impl StructuralPartialEq for AuthorizeIpRulesInput
Auto Trait Implementations
impl RefUnwindSafe for AuthorizeIpRulesInput
impl Send for AuthorizeIpRulesInput
impl Sync for AuthorizeIpRulesInput
impl Unpin for AuthorizeIpRulesInput
impl UnwindSafe for AuthorizeIpRulesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more