Class: Aws::S3Control::Types::SelectionCriteria
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::SelectionCriteria
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      7633 7634 7635 7636 7637 7638 7639  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 7633 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
      7633 7634 7635 7636 7637 7638 7639  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 7633 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.
<note markdown=“1”> You must choose a value greater than or equal to ‘1.0`.
</note>
  
      7633 7634 7635 7636 7637 7638 7639  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 7633 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end  |