S3Destination

public struct S3Destination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the S3 bucket.

    Declaration

    Swift

    public let bucketName: String?
  • An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

    Declaration

    Swift

    public let prefix: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketName: String? = nil, prefix: String? = nil)