DisassociateS3ResourcesRequest
public struct DisassociateS3ResourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
Declaration
Swift
public let associatedS3Resources: [S3Resource]
-
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Amazon Macie Classic.
Declaration
Swift
public let memberAccountId: String?
-
Undocumented
Declaration
Swift
public init(associatedS3Resources: [S3Resource], memberAccountId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws