#[non_exhaustive]pub struct UpdateSecurityGroupRuleDescriptionsEgressInput { /* private fields */ }
Implementations
sourceimpl UpdateSecurityGroupRuleDescriptionsEgressInput
impl UpdateSecurityGroupRuleDescriptionsEgressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurityGroupRuleDescriptionsEgress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurityGroupRuleDescriptionsEgress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSecurityGroupRuleDescriptionsEgress
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecurityGroupRuleDescriptionsEgressInput
.
sourceimpl UpdateSecurityGroupRuleDescriptionsEgressInput
impl UpdateSecurityGroupRuleDescriptionsEgressInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn group_id(&self) -> Option<&str>
pub fn group_id(&self) -> Option<&str>
The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.
sourcepub fn ip_permissions(&self) -> Option<&[IpPermission]>
pub fn ip_permissions(&self) -> Option<&[IpPermission]>
The IP permissions for the security group rule. You must specify either the IP permissions or the description.
sourcepub fn security_group_rule_descriptions(
&self
) -> Option<&[SecurityGroupRuleDescription]>
pub fn security_group_rule_descriptions(
&self
) -> Option<&[SecurityGroupRuleDescription]>
The description for the egress security group rules. You must specify either the description or the IP permissions.
Trait Implementations
sourceimpl Clone for UpdateSecurityGroupRuleDescriptionsEgressInput
impl Clone for UpdateSecurityGroupRuleDescriptionsEgressInput
sourcefn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressInput
fn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more