Class: Aws::Macie2::Types::Record

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

Overview

Specifies the location of an occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#json_pathString

Returns:

  • (String)


4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4942

class Record < Struct.new(
  :json_path,
  :record_index)
  SENSITIVE = []
  include Aws::Structure
end

#record_indexInteger

Returns:

  • (Integer)


4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4942

class Record < Struct.new(
  :json_path,
  :record_index)
  SENSITIVE = []
  include Aws::Structure
end