Class: Aws::Types::RevokeSecurityGroupIngressResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


17042
17043
17044
# File 'sig/types.rbs', line 17042

def return
  @return
end

#revoked_security_group_rules::Array[Types::RevokedSecurityGroupRule]

Returns the value of attribute revoked_security_group_rules.

Returns:



17044
17045
17046
# File 'sig/types.rbs', line 17044

def revoked_security_group_rules
  @revoked_security_group_rules
end

#unknown_ip_permissions::Array[Types::IpPermission]

Returns the value of attribute unknown_ip_permissions.

Returns:



17043
17044
17045
# File 'sig/types.rbs', line 17043

def unknown_ip_permissions
  @unknown_ip_permissions
end