Class: Aws::Macie2::Types::BucketCriteriaAdditionalProperties

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

Overview

Specifies the operator to use in a property-based condition that filters the results of a query for information about S3 buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Returns:

  • (Array<String>)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#gtInteger

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#gteInteger

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#ltInteger

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#lteInteger

Returns:

  • (Integer)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#neqArray<String>

Returns:

  • (Array<String>)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

Returns:

  • (String)


545
546
547
548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 545

class BucketCriteriaAdditionalProperties < Struct.new(
  :eq,
  :gt,
  :gte,
  :lt,
  :lte,
  :neq,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end