Class: Aws::EC2::Types::RevokeSecurityGroupIngressResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Returns true if the request succeeds; otherwise, returns an error.

Returns:

  • (Boolean)


58541
58542
58543
58544
58545
58546
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58541

class RevokeSecurityGroupIngressResult < Struct.new(
  :return,
  :unknown_ip_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#unknown_ip_permissionsArray<Types::IpPermission>

The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

Returns:



58541
58542
58543
58544
58545
58546
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58541

class RevokeSecurityGroupIngressResult < Struct.new(
  :return,
  :unknown_ip_permissions)
  SENSITIVE = []
  include Aws::Structure
end