Class: Aws::WorkMail::Types::ListResourcesRequest

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

#filtersTypes::ListResourcesFilters

Limit the resource search results based on the filter criteria. You can only use one filter per request.



3457
3458
3459
3460
3461
3462
3463
3464
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3457

class ListResourcesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3457
3458
3459
3460
3461
3462
3463
3464
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3457

class ListResourcesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The first call does not contain any tokens.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3457

class ListResourcesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier for the organization under which the resources exist.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
3463
3464
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3457

class ListResourcesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end