Class: Aws::Types::ScanResultThreat

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:



2864
2865
2866
# File 'sig/types.rbs', line 2864

def count
  @count
end

#hash::String

Returns the value of attribute hash.

Returns:



2865
2866
2867
# File 'sig/types.rbs', line 2865

def hash
  @hash
end

#item_details::Array[Types::ItemDetails]

Returns the value of attribute item_details.

Returns:



2866
2867
2868
# File 'sig/types.rbs', line 2866

def item_details
  @item_details
end

#name::String

Returns the value of attribute name.

Returns:



2862
2863
2864
# File 'sig/types.rbs', line 2862

def name
  @name
end

#source"AMAZON", "BITDEFENDER"

Returns the value of attribute source.

Returns:



2863
2864
2865
# File 'sig/types.rbs', line 2863

def source
  @source
end