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>
4104 4105 4106 4107 4108 4109 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4104 class ListClassificationJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4104 4105 4106 4107 4108 4109 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4104 class ListClassificationJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |