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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


2888
2889
2890
2891
2892
2893
2894
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2888

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

#nameString

The name of the classification scope.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2888

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.



2888
2889
2890
2891
2892
2893
2894
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2888

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