You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns
true
if the request succeeds; otherwise, returns an error. -
#unknown_ip_permissions ⇒ Array<Types::IpPermission>
The outbound rules that were unknown to the service.
Instance Attribute Details
#return ⇒ Boolean
Returns true
if the request succeeds; otherwise, returns an error.
#unknown_ip_permissions ⇒ Array<Types::IpPermission>
The outbound rules that were unknown to the service. In some cases,
unknownIpPermissionSet
might be in a different format from the request
parameter.