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)


16681
16682
16683
# File 'sig/types.rbs', line 16681

def return
  @return
end

#revoked_security_group_rules::Array[Types::RevokedSecurityGroupRule]

Returns the value of attribute revoked_security_group_rules.

Returns:



16683
16684
16685
# File 'sig/types.rbs', line 16683

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:



16682
16683
16684
# File 'sig/types.rbs', line 16682

def unknown_ip_permissions
  @unknown_ip_permissions
end