DeclineInvitationsRequest
public struct DeclineInvitationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of account IDs for the accounts from which to decline the invitations to Security Hub.
Declaration
Swift
public let accountIds: [String]
-
Undocumented
Declaration
Swift
public init(accountIds: [String])
-
Declaration
Swift
public func validate(name: String) throws