ExportDestination

public struct ExportDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • s3

    An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

    Declaration

    Swift

    public let s3: S3Destination?
  • Undocumented

    Declaration

    Swift

    public init(s3: S3Destination? = nil)