S3ReferenceDataSourceUpdate
public struct S3ReferenceDataSourceUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the S3 bucket.
Declaration
Swift
public let bucketARNUpdate: String?
-
The object key name.
Declaration
Swift
public let fileKeyUpdate: String?
-
Undocumented
Declaration
Swift
public init(bucketARNUpdate: String? = nil, fileKeyUpdate: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws