Class: Aws::Macie2::Types::GetClassificationScopeResponse

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

Overview

Provides information about the classification scope settings for an Amazon Macie account. Macie uses these 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)


2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-macie2/types.rb', line 2785

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

#nameString

The name of the classification scope.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-macie2/types.rb', line 2785

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

#s3Types::S3ClassificationScope

Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.



2785
2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-macie2/types.rb', line 2785

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