DataSource

public struct DataSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the data source.

    Declaration

    Swift

    public let name: String?
  • The S3 bucket where the data files are located.

    Declaration

    Swift

    public let s3Bucket: String?
  • The list of S3 keys identifying the data source files.

    Declaration

    Swift

    public let s3Keys: [S3KeyOutput]?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, s3Bucket: String? = nil, s3Keys: [S3KeyOutput]? = nil)