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)


16406
16407
16408
# File 'sig/types.rbs', line 16406

def return
  @return
end

#revoked_security_group_rules::Array[Types::RevokedSecurityGroupRule]

Returns the value of attribute revoked_security_group_rules.

Returns:



16408
16409
16410
# File 'sig/types.rbs', line 16408

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:



16407
16408
16409
# File 'sig/types.rbs', line 16407

def unknown_ip_permissions
  @unknown_ip_permissions
end