Method: Aws::S3Control::Types::SelectionCriteria#delimiter
- Defined in:
- lib/aws-sdk-s3control/types.rb
#delimiter ⇒ String
A container for the delimiter of the selection criteria being used.
8250 8251 8252 8253 8254 8255 8256 |
# File 'lib/aws-sdk-s3control/types.rb', line 8250 class SelectionCriteria < Struct.new( :delimiter, :max_depth, :min_storage_bytes_percentage) SENSITIVE = [] include Aws::Structure end |