Class: Aws::Types::ScanThreatName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_paths::Array[Types::ScanFilePath]

Returns the value of attribute file_paths.

Returns:



2874
2875
2876
# File 'sig/types.rbs', line 2874

def file_paths
  @file_paths
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def item_count
  @item_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def name
  @name
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def severity
  @severity
end