#[non_exhaustive]pub struct RevokeCacheSecurityGroupIngressInput { /* private fields */ }Expand description
Represents the input of a RevokeCacheSecurityGroupIngress operation.
Implementations
sourceimpl RevokeCacheSecurityGroupIngressInput
impl RevokeCacheSecurityGroupIngressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RevokeCacheSecurityGroupIngress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RevokeCacheSecurityGroupIngress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RevokeCacheSecurityGroupIngress>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RevokeCacheSecurityGroupIngressInput.
sourceimpl RevokeCacheSecurityGroupIngressInput
impl RevokeCacheSecurityGroupIngressInput
sourcepub fn cache_security_group_name(&self) -> Option<&str>
pub fn cache_security_group_name(&self) -> Option<&str>
The name of the cache security group to revoke ingress from.
sourcepub fn ec2_security_group_name(&self) -> Option<&str>
pub fn ec2_security_group_name(&self) -> Option<&str>
The name of the Amazon EC2 security group to revoke access from.
sourcepub fn ec2_security_group_owner_id(&self) -> Option<&str>
pub fn ec2_security_group_owner_id(&self) -> Option<&str>
The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.
Trait Implementations
sourceimpl Clone for RevokeCacheSecurityGroupIngressInput
impl Clone for RevokeCacheSecurityGroupIngressInput
sourcefn clone(&self) -> RevokeCacheSecurityGroupIngressInput
fn clone(&self) -> RevokeCacheSecurityGroupIngressInput
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 PartialEq<RevokeCacheSecurityGroupIngressInput> for RevokeCacheSecurityGroupIngressInput
impl PartialEq<RevokeCacheSecurityGroupIngressInput> for RevokeCacheSecurityGroupIngressInput
sourcefn eq(&self, other: &RevokeCacheSecurityGroupIngressInput) -> bool
fn eq(&self, other: &RevokeCacheSecurityGroupIngressInput) -> bool
impl StructuralPartialEq for RevokeCacheSecurityGroupIngressInput
Auto Trait Implementations
impl RefUnwindSafe for RevokeCacheSecurityGroupIngressInput
impl Send for RevokeCacheSecurityGroupIngressInput
impl Sync for RevokeCacheSecurityGroupIngressInput
impl Unpin for RevokeCacheSecurityGroupIngressInput
impl UnwindSafe for RevokeCacheSecurityGroupIngressInput
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