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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3478

class ListResourcesResponse < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

One page of the organization's resource representation.

Returns:



3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3478

class ListResourcesResponse < Struct.new(
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end