aws_erin v0.4.2 AwsErin.S3.ListObjects.Request View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.S3.ListObjects.Request{
  bucket: String.t(),
  continuation_token: String.t(),
  delimiter: String.t(),
  encoding_type: String.t(),
  fetch_owner: String.t(),
  max_keys: String.t(),
  prefix: String.t(),
  start_after: String.t(),
  type: String.t(),
  x_amz_request_payer: String.t()
}

Link to this section Functions