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

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

#prefixString

Keys that begin with the indicated prefix.



12063
12064
12065
12066
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
# File 'lib/aws-sdk-s3/types.rb', line 12063

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