UpdateMemberDetectorsRequest
public struct UpdateMemberDetectorsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of member account IDs to be updated.
Declaration
Swift
public let accountIds: [String] -
An object describes which data sources will be updated.
Declaration
Swift
public let dataSources: DataSourceConfigurations? -
The detector ID of the master account.
Declaration
Swift
public let detectorId: String -
Undocumented
Declaration
Swift
public init(accountIds: [String], dataSources: DataSourceConfigurations? = nil, detectorId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateMemberDetectorsRequest Structure Reference