Class: Aws::Types::ThreatIntelIndicator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category"BACKDOOR", ...

Returns the value of attribute category.

Returns:

  • ("BACKDOOR", "CARD_STEALER", "COMMAND_AND_CONTROL", "DROP_SITE", "EXPLOIT_SITE", "KEYLOGGER")


7851
7852
7853
# File 'sig/types.rbs', line 7851

def category
  @category
end

#last_observed_at::String

Returns the value of attribute last_observed_at.

Returns:

  • (::String)


7852
7853
7854
# File 'sig/types.rbs', line 7852

def last_observed_at
  @last_observed_at
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


7853
7854
7855
# File 'sig/types.rbs', line 7853

def source
  @source
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


7854
7855
7856
# File 'sig/types.rbs', line 7854

def source_url
  @source_url
end

#type"DOMAIN", ...

Returns the value of attribute type.

Returns:

  • ("DOMAIN", "EMAIL_ADDRESS", "HASH_MD5", "HASH_SHA1", "HASH_SHA256", "HASH_SHA512", "IPV4_ADDRESS", "IPV6_ADDRESS", "MUTEX", "PROCESS", "URL")


7849
7850
7851
# File 'sig/types.rbs', line 7849

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


7850
7851
7852
# File 'sig/types.rbs', line 7850

def value
  @value
end