Class: Aws::Types::Indicator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key"SUSPICIOUS_USER_AGENT", ...

Returns the value of attribute key.

Returns:

  • ("SUSPICIOUS_USER_AGENT", "SUSPICIOUS_NETWORK", "MALICIOUS_IP", "TOR_IP", "ATTACK_TACTIC", "HIGH_RISK_API", "ATTACK_TECHNIQUE", "UNUSUAL_API_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_ACCOUNT", "UNUSUAL_ASN_FOR_USER", "SUSPICIOUS_PROCESS", "MALICIOUS_DOMAIN", "MALICIOUS_PROCESS", "CRYPTOMINING_IP", "CRYPTOMINING_DOMAIN", "CRYPTOMINING_PROCESS", "MALICIOUS_FILE", "VULNERABILITY", "MALICIOUS_PACKAGE", "MISCONFIGURATION", "REACHABILITY", "SENSITIVE_DATA")


1589
1590
1591
# File 'sig/types.rbs', line 1589

def key
  @key
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def title
  @title
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


1590
1591
1592
# File 'sig/types.rbs', line 1590

def values
  @values
end