Struct aws_sdk_quicksight::input::UpdateIpRestrictionInput
source · [−]#[non_exhaustive]pub struct UpdateIpRestrictionInput { /* private fields */ }Implementations
sourceimpl UpdateIpRestrictionInput
impl UpdateIpRestrictionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIpRestriction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIpRestriction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateIpRestriction>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIpRestrictionInput.
sourceimpl UpdateIpRestrictionInput
impl UpdateIpRestrictionInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that contains the IP rules.
Trait Implementations
sourceimpl Clone for UpdateIpRestrictionInput
impl Clone for UpdateIpRestrictionInput
sourcefn clone(&self) -> UpdateIpRestrictionInput
fn clone(&self) -> UpdateIpRestrictionInput
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 UpdateIpRestrictionInput
impl Debug for UpdateIpRestrictionInput
sourceimpl PartialEq<UpdateIpRestrictionInput> for UpdateIpRestrictionInput
impl PartialEq<UpdateIpRestrictionInput> for UpdateIpRestrictionInput
sourcefn eq(&self, other: &UpdateIpRestrictionInput) -> bool
fn eq(&self, other: &UpdateIpRestrictionInput) -> bool
impl StructuralPartialEq for UpdateIpRestrictionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateIpRestrictionInput
impl Send for UpdateIpRestrictionInput
impl Sync for UpdateIpRestrictionInput
impl Unpin for UpdateIpRestrictionInput
impl UnwindSafe for UpdateIpRestrictionInput
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