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)


58617
58618
58619
58620
58621
58622
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58617

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:



58617
58618
58619
58620
58621
58622
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58617

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