Struct aws_sdk_elasticache::input::authorize_cache_security_group_ingress_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AuthorizeCacheSecurityGroupIngressInput
Implementations
The cache security group that allows network ingress.
The cache security group that allows network ingress.
The Amazon EC2 security group to be authorized for ingress to the cache security group.
The Amazon EC2 security group to be authorized for ingress to the cache security group.
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 AuthorizeCacheSecurityGroupIngressInput
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