Class: Aws::Macie::Types::ClassificationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::ClassificationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuous ⇒ String
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.
-
#one_time ⇒ String
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
Instance Attribute Details
#continuous ⇒ String
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
95 96 97 98 99 100 |
# File 'lib/aws-sdk-macie/types.rb', line 95 class ClassificationType < Struct.new( :one_time, :continuous) SENSITIVE = [] include Aws::Structure end |
#one_time ⇒ String
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
95 96 97 98 99 100 |
# File 'lib/aws-sdk-macie/types.rb', line 95 class ClassificationType < Struct.new( :one_time, :continuous) SENSITIVE = [] include Aws::Structure end |