Class: Aws::Macie2::Types::BucketCriteriaAdditionalProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketCriteriaAdditionalProperties
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Note:
When making an API call, you may pass BucketCriteriaAdditionalProperties data as a hash:
{
eq: ["__string"],
gt: 1,
gte: 1,
lt: 1,
lte: 1,
neq: ["__string"],
prefix: "__string",
}
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
-
#eq ⇒ Array<String>
-
#gt ⇒ Integer
-
#gte ⇒ Integer
-
#lt ⇒ Integer
-
#lte ⇒ Integer
-
#neq ⇒ Array<String>
-
#prefix ⇒ String
Instance Attribute Details
#eq ⇒ Array<String>
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#gt ⇒ Integer
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#gte ⇒ Integer
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#lt ⇒ Integer
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#lte ⇒ Integer
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#neq ⇒ Array<String>
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 501 class BucketCriteriaAdditionalProperties < Struct.new( :eq, :gt, :gte, :lt, :lte, :neq, :prefix) SENSITIVE = [] include Aws::Structure end |