class Aws::Macie::Types::ListS3ResourcesRequest

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

data as a hash:

    {
      member_account_id: "AWSAccountId",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] member_account_id

The Amazon Macie Classic member account ID whose associated S3
resources you want to list.
@return [String]

@!attribute [rw] next_token

Use this parameter when paginating results. Set its value to null on
your first call to the ListS3Resources action. 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] max_results

Use this parameter to indicate the maximum number of items that you
want in the response. The default value is 250.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ListS3ResourcesRequest AWS API Documentation

Constants

SENSITIVE