Class: Aws::WorkMail::Types::ListAvailabilityConfigurationsRequest

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

#max_resultsInteger

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

Returns:

  • (Integer)


2817
2818
2819
2820
2821
2822
2823
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2817

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

#next_tokenString

The token to use to retrieve the next page of results. The first call does not require a token.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2817

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

#organization_idString

The WorkMail organization for which the AvailabilityConfiguration's will be listed.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2817

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