Class: Aws::WorkMail::Types::ListAvailabilityConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListAvailabilityConfigurationsResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_configurations ⇒ Array<Types::AvailabilityConfiguration>
The list of
AvailabilityConfiguration
's that exist for the specified WorkMail organization. -
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#availability_configurations ⇒ Array<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_token ⇒ String
The token to use to retrieve the next page of results. The value is
null
when there are no further results to return.
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 |