TemplateLocation

public struct TemplateLocation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 bucket name.

    Declaration

    Swift

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

    Declaration

    Swift

    public let s3Key: String
  • Undocumented

    Declaration

    Swift

    public init(s3Bucket: String, s3Key: String)
  • Declaration

    Swift

    public func validate(name: String) throws