CreateMembersRequest
public struct CreateMembersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of accounts to associate with the Security Hub master account. For each account, the list includes the account ID and the email address.
Declaration
Swift
public let accountDetails: [AccountDetails]?
-
Undocumented
Declaration
Swift
public init(accountDetails: [AccountDetails]? = nil)
-
Declaration
Swift
public func validate(name: String) throws