Class: Aws::Macie2::Types::ListClassificationJobsResponse

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

Overview

Provides the results of a request for information about one or more classification jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::JobSummary>

Returns:



3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3968

class ListClassificationJobsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3968

class ListClassificationJobsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end