UpdateS3ResourcesRequest
public struct UpdateS3ResourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS ID of the Amazon Macie Classic member account whose S3 resources’ classification types you want to update.
Declaration
Swift
public let memberAccountId: String?
-
The S3 resources whose classification types you want to update.
Declaration
Swift
public let s3ResourcesUpdate: [S3ResourceClassificationUpdate]
-
Undocumented
Declaration
Swift
public init(memberAccountId: String? = nil, s3ResourcesUpdate: [S3ResourceClassificationUpdate])
-
Declaration
Swift
public func validate(name: String) throws