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

Class: Aws::WorkMail::Types::ListResourcesResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to paginate through all the organization\'s resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.

Returns:

  • (String)

    The token used to paginate through all the organization\'s resources.

#resourcesArray<Types::Resource>

One page of the organization\'s resource representation.

Returns:

  • (Array<Types::Resource>)

    One page of the organization\'s resource representation.