GetMembersRequest

public struct GetMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of account IDs for the Security Hub member accounts to return the details for.

    Declaration

    Swift

    public let accountIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws