Class: Aws::Types::Malware

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6580
6581
6582
# File 'sig/types.rbs', line 6580

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6582
6583
6584
# File 'sig/types.rbs', line 6582

def path
  @path
end

#state"OBSERVED", ...

Returns the value of attribute state.

Returns:

  • ("OBSERVED", "REMOVAL_FAILED", "REMOVED")


6583
6584
6585
# File 'sig/types.rbs', line 6583

def state
  @state
end

#type"ADWARE", ...

Returns the value of attribute type.

Returns:

  • ("ADWARE", "BLENDED_THREAT", "BOTNET_AGENT", "COIN_MINER", "EXPLOIT_KIT", "KEYLOGGER", "MACRO", "POTENTIALLY_UNWANTED", "SPYWARE", "RANSOMWARE", "REMOTE_ACCESS", "ROOTKIT", "TROJAN", "VIRUS", "WORM")


6581
6582
6583
# File 'sig/types.rbs', line 6581

def type
  @type
end