Class: Aws::S3Control::Types::SelectionCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::SelectionCriteria
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delimiter ⇒ String
A container for the delimiter of the selection criteria being used.
-
#max_depth ⇒ Integer
The max depth of the selection criteria.
-
#min_storage_bytes_percentage ⇒ Float
The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.
Instance Attribute Details
#delimiter ⇒ String
A container for the delimiter of the selection criteria being used.
8346 8347 8348 8349 8350 8351 8352 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8346 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |
#max_depth ⇒ Integer
The max depth of the selection criteria
8346 8347 8348 8349 8350 8351 8352 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8346 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |
#min_storage_bytes_percentage ⇒ Float
The minimum percentage of total bucket storage that a prefix must hold for its metrics to be included.
8346 8347 8348 8349 8350 8351 8352 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8346 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |