InviteMembersRequest

public struct InviteMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of account IDs of the accounts that you want to invite to GuardDuty as members.

    Declaration

    Swift

    public let accountIds: [String]
  • The unique ID of the detector of the GuardDuty account that you want to invite members with.

    Declaration

    Swift

    public let detectorId: String
  • A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

    Declaration

    Swift

    public let disableEmailNotification: Bool?
  • The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String], detectorId: String, disableEmailNotification: Bool? = nil, message: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws