Method: Aws::S3::Types::ListObjectsOutput#prefix

Defined in:
lib/aws-sdk-s3/types.rb

#prefixString

Returns:

  • (String)


5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
# File 'lib/aws-sdk-s3/types.rb', line 5270

class ListObjectsOutput < Struct.new(
  :is_truncated,
  :marker,
  :next_marker,
  :contents,
  :name,
  :prefix,
  :delimiter,
  :max_keys,
  :common_prefixes,
  :encoding_type)
  include Aws::Structure
end