Class: Aws::Macie2::Types::ListClassificationScopesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListClassificationScopesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the results of a request for information about the classification scope for an Amazon Macie account. Macie uses the scope’s settings when it performs automated sensitive data discovery for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #classification_scopes ⇒ Array<Types::ClassificationScopeSummary>
-
#next_token ⇒ String
Specifies which page of results to return in a paginated response.
Instance Attribute Details
#classification_scopes ⇒ Array<Types::ClassificationScopeSummary>
4140 4141 4142 4143 4144 4145 |
# File 'lib/aws-sdk-macie2/types.rb', line 4140 class ListClassificationScopesResponse < Struct.new( :classification_scopes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies which page of results to return in a paginated response.
4140 4141 4142 4143 4144 4145 |
# File 'lib/aws-sdk-macie2/types.rb', line 4140 class ListClassificationScopesResponse < Struct.new( :classification_scopes, :next_token) SENSITIVE = [] include Aws::Structure end |