Class: Aws::Macie2::Types::ClassificationScopeSummary

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

Overview

Provides 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

Instance Attribute Details

#idString

The unique identifier the classification scope.

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1068

class ClassificationScopeSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the classification scope.

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1068

class ClassificationScopeSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end