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 number of storage bytes percentage whose metrics will be selected.
Instance Attribute Details
#delimiter ⇒ String
A container for the delimiter of the selection criteria being used.
7680 7681 7682 7683 7684 7685 7686 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7680 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
7680 7681 7682 7683 7684 7685 7686 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7680 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |
#min_storage_bytes_percentage ⇒ Float
The minimum number of storage bytes percentage whose metrics will be selected.
1.0
.
7680 7681 7682 7683 7684 7685 7686 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7680 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |