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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AwsErin.S3.ListObjects.ListBucketResult{
  common_prefixes: [CommonPrefix.t()],
  contents: [Content.t()],
  continuation_token: String.t(),
  delimiter: String.t(),
  encoding_type: String.t(),
  is_truncated: boolean(),
  key_count: integer(),
  max_keys: integer(),
  name: String.t(),
  next_continuation_token: String.t(),
  prefix: String.t(),
  start_after: String.t()
}