Class: Aws::Types::RevokeSecurityGroupEgressResult

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)


17020
17021
17022
# File 'sig/types.rbs', line 17020

def return
  @return
end

#revoked_security_group_rules::Array[Types::RevokedSecurityGroupRule]

Returns the value of attribute revoked_security_group_rules.

Returns:



17022
17023
17024
# File 'sig/types.rbs', line 17022

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:



17021
17022
17023
# File 'sig/types.rbs', line 17021

def unknown_ip_permissions
  @unknown_ip_permissions
end