You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie::Types::ListS3ResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListS3ResourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    Use this parameter to indicate the maximum number of items that you want in the response.

#member_account_idString

The Amazon Macie Classic member account ID whose associated S3 resources you want to list.

Returns:

  • (String)

    The Amazon Macie Classic member account ID whose associated S3 resources you want to list.

#next_tokenString

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.

Returns:

  • (String)

    Use this parameter when paginating results.