Class: Aws::WorkMail::Types::ListAvailabilityConfigurationsResponse

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

#availability_configurationsArray<Types::AvailabilityConfiguration>

The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.



2837
2838
2839
2840
2841
2842
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2837

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

#next_tokenString

The token to use to retrieve the next page of results. The value is null when there are no further results to return.

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2837

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