Class: Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeSecurityGroupEgressResult
- Includes:
- Structure
- Defined in:
- 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.
59285 59286 59287 59288 59289 59290 |
# File 'lib/aws-sdk-ec2/types.rb', line 59285 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.
59285 59286 59287 59288 59289 59290 |
# File 'lib/aws-sdk-ec2/types.rb', line 59285 class RevokeSecurityGroupEgressResult < Struct.new( :return, :unknown_ip_permissions) SENSITIVE = [] include Aws::Structure end |