S3Logs
public struct S3Logs : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 bucket in which to store the logs.
Declaration
Swift
public let s3BucketName: String?
-
The Amazon S3 path in which to store the logs.
Declaration
Swift
public let s3KeyPrefix: String?
-
Undocumented
Declaration
Swift
public init(s3BucketName: String? = nil, s3KeyPrefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws