Class: Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
59879 59880 59881 59882 59883 59884 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59879 class RevokeSecurityGroupEgressResult < Struct.new( :return, :unknown_ip_permissions) SENSITIVE = [] include Aws::Structure end |
#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.
59879 59880 59881 59882 59883 59884 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59879 class RevokeSecurityGroupEgressResult < Struct.new( :return, :unknown_ip_permissions) SENSITIVE = [] include Aws::Structure end |