Class: Aws::Types::ListPiiEntitiesDetectionJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def next_token
  @next_token
end

#pii_entities_detection_job_properties_list::Array[Types::PiiEntitiesDetectionJobProperties]

Returns the value of attribute pii_entities_detection_job_properties_list.



1408
1409
1410
# File 'sig/types.rbs', line 1408

def pii_entities_detection_job_properties_list
  @pii_entities_detection_job_properties_list
end