Class: Aws::WorkMail::Types::UpdateAvailabilityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdateAvailabilityConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain to which the provider applies the availability configuration.
-
#ews_provider ⇒ Types::EwsAvailabilityProvider
The EWS availability provider definition.
-
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
The Lambda availability provider definition.
-
#organization_id ⇒ String
The WorkMail organization for which the ‘AvailabilityConfiguration` will be updated.
Instance Attribute Details
#domain_name ⇒ String
The domain to which the provider applies the availability configuration.
5083 5084 5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-workmail/types.rb', line 5083 class UpdateAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#ews_provider ⇒ Types::EwsAvailabilityProvider
The EWS availability provider definition. The request must contain exactly one provider definition, either ‘EwsProvider` or `LambdaProvider`. The previously stored provider will be overridden by the one provided.
5083 5084 5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-workmail/types.rb', line 5083 class UpdateAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
The Lambda availability provider definition. The request must contain exactly one provider definition, either ‘EwsProvider` or `LambdaProvider`. The previously stored provider will be overridden by the one provided.
5083 5084 5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-workmail/types.rb', line 5083 class UpdateAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization for which the ‘AvailabilityConfiguration` will be updated.
5083 5084 5085 5086 5087 5088 5089 5090 |
# File 'lib/aws-sdk-workmail/types.rb', line 5083 class UpdateAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |