Class: Aws::Macie2::Types::SimpleScopeTerm

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

Overview

Specifies a property-based condition that determines whether an S3 object is included or excluded from a classification job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparatorString

The operator to use in a condition. Depending on the type of condition, possible values are:

Returns:

  • (String)


6042
6043
6044
6045
6046
6047
6048
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6042

class SimpleScopeTerm < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The property to use in a condition that determines whether an S3 object is included or excluded from a classification job. Valid values are:

Returns:

  • (String)


6042
6043
6044
6045
6046
6047
6048
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6042

class SimpleScopeTerm < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

Returns:

  • (Array<String>)


6042
6043
6044
6045
6046
6047
6048
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6042

class SimpleScopeTerm < Struct.new(
  :comparator,
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end