Class: Aws::Macie2::Types::ListClassificationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListClassificationJobsResponse
- 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
#items ⇒ Array<Types::JobSummary>
3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3962 class ListClassificationJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3962 class ListClassificationJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |