PackageSource
public struct PackageSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the bucket containing the package.
Declaration
Swift
public let s3BucketName: String?
-
Key (file name) of the package.
Declaration
Swift
public let s3Key: String?
-
Undocumented
Declaration
Swift
public init(s3BucketName: String? = nil, s3Key: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws