Struct aws_sdk_elasticache::input::revoke_cache_security_group_ingress_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RevokeCacheSecurityGroupIngressInput
Implementations
The name of the cache security group to revoke ingress from.
The name of the cache security group to revoke ingress from.
The name of the Amazon EC2 security group to revoke access from.
The name of the Amazon EC2 security group to revoke access from.
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.
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.
Consumes the builder and constructs a RevokeCacheSecurityGroupIngressInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more