GetMembersResponse

public struct GetMembersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of details about the Security Hub member accounts.

    Declaration

    Swift

    public let members: [Member]?
  • The list of AWS accounts that could not be processed. For each account, the list includes the account ID and the email address.

    Declaration

    Swift

    public let unprocessedAccounts: [Result]?
  • Undocumented

    Declaration

    Swift

    public init(members: [Member]? = nil, unprocessedAccounts: [Result]? = nil)