#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AuthorizeSecurityGroupEgressInput
Implementations
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.
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.
The ID of the security group.
Appends an item to ip_permissions.
To override the contents of this collection use set_ip_permissions.
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
Appends an item to tag_specifications.
To override the contents of this collection use set_tag_specifications.
The tags applied to the security group rule.
The tags applied to the security group rule.
Not supported. Use a set of IP permissions to specify the CIDR.
Not supported. Use a set of IP permissions to specify the CIDR.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify the protocol name or number.
Not supported. Use a set of IP permissions to specify the protocol name or number.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify the port.
Not supported. Use a set of IP permissions to specify a destination security group.
Not supported. Use a set of IP permissions to specify a destination security group.
Not supported. Use a set of IP permissions to specify a destination security group.
Not supported. Use a set of IP permissions to specify a destination security group.
Consumes the builder and constructs a AuthorizeSecurityGroupEgressInput
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