Class: Aws::Types::Threat

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::FilePaths]

Returns the value of attribute file_paths.

Returns:



7844
7845
7846
# File 'sig/types.rbs', line 7844

def file_paths
  @file_paths
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


7843
7844
7845
# File 'sig/types.rbs', line 7843

def item_count
  @item_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7841
7842
7843
# File 'sig/types.rbs', line 7841

def name
  @name
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


7842
7843
7844
# File 'sig/types.rbs', line 7842

def severity
  @severity
end