Class: Aws::WorkMail::Types::TestAvailabilityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::TestAvailabilityConfigurationRequest
- 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.
-
#ews_provider ⇒ Types::EwsAvailabilityProvider
Describes an EWS based availability provider.
-
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Describes a Lambda based availability provider.
-
#organization_id ⇒ String
The WorkMail organization where the availability provider will be tested.
Instance Attribute Details
#domain_name ⇒ String
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
4983 4984 4985 4986 4987 4988 4989 4990 |
# File 'lib/aws-sdk-workmail/types.rb', line 4983 class TestAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#ews_provider ⇒ Types::EwsAvailabilityProvider
Describes an EWS based availability provider. This is only used as input to the service.
4983 4984 4985 4986 4987 4988 4989 4990 |
# File 'lib/aws-sdk-workmail/types.rb', line 4983 class TestAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Describes a Lambda based availability provider.
4983 4984 4985 4986 4987 4988 4989 4990 |
# File 'lib/aws-sdk-workmail/types.rb', line 4983 class TestAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization where the availability provider will be tested.
4983 4984 4985 4986 4987 4988 4989 4990 |
# File 'lib/aws-sdk-workmail/types.rb', line 4983 class TestAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name, :ews_provider, :lambda_provider) SENSITIVE = [] include Aws::Structure end |