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)


16384
16385
16386
# File 'sig/types.rbs', line 16384

def return
  @return
end

#revoked_security_group_rules::Array[Types::RevokedSecurityGroupRule]

Returns the value of attribute revoked_security_group_rules.

Returns:



16386
16387
16388
# File 'sig/types.rbs', line 16386

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:



16385
16386
16387
# File 'sig/types.rbs', line 16385

def unknown_ip_permissions
  @unknown_ip_permissions
end