Class: Aws::Macie2::Types::Occurrences

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<Types::Cell>

Specifies the location of occurrences of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.

Returns:



4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4783

class Occurrences < Struct.new(
  :cells,
  :line_ranges,
  :offset_ranges,
  :pages,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#line_rangesArray<Types::Range>

Specifies the locations of occurrences of sensitive data in a non-binary text file.

Returns:



4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4783

class Occurrences < Struct.new(
  :cells,
  :line_ranges,
  :offset_ranges,
  :pages,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#offset_rangesArray<Types::Range>

Specifies the locations of occurrences of sensitive data in a non-binary text file.

Returns:



4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4783

class Occurrences < Struct.new(
  :cells,
  :line_ranges,
  :offset_ranges,
  :pages,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#pagesArray<Types::Page>

Specifies the location of occurrences of sensitive data in an Adobe Portable Document Format file.

Returns:



4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4783

class Occurrences < Struct.new(
  :cells,
  :line_ranges,
  :offset_ranges,
  :pages,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::Record>

Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.

Returns:



4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4783

class Occurrences < Struct.new(
  :cells,
  :line_ranges,
  :offset_ranges,
  :pages,
  :records)
  SENSITIVE = []
  include Aws::Structure
end