class Aws::GuardDuty::Types::ListMembersRequest

@note When making an API call, you may pass ListMembersRequest

data as a hash:

    {
      detector_id: "DetectorId", # required
      max_results: 1,
      next_token: "String",
      only_associated: "String",
    }

@!attribute [rw] detector_id

The unique ID of the detector the member is associated with.
@return [String]

@!attribute [rw] max_results

You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 50. The maximum value
is 50.
@return [Integer]

@!attribute [rw] next_token

You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the list action. For
subsequent calls to the action, fill nextToken in the request with
the value of NextToken from the previous response to continue
listing data.
@return [String]

@!attribute [rw] only_associated

Specifies whether to only return associated members or to return all
members (including members who haven't been invited yet or have
been disassociated).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListMembersRequest AWS API Documentation

Constants

SENSITIVE