Class: Aws::WorkMail::Types::AvailabilityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::AvailabilityConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
List all the ‘AvailabilityConfiguration`’s for the given WorkMail organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_created ⇒ Time
The date and time at which the availability configuration was created.
-
#date_modified ⇒ Time
The date and time at which the availability configuration was last modified.
-
#domain_name ⇒ String
Displays the domain to which the provider applies.
-
#ews_provider ⇒ Types::RedactedEwsAvailabilityProvider
If ‘ProviderType` is `EWS`, then this field contains `RedactedEwsAvailabilityProvider`.
-
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
If ProviderType is ‘LAMBDA` then this field contains `LambdaAvailabilityProvider`.
-
#provider_type ⇒ String
Displays the provider type that applies to this domain.
Instance Attribute Details
#date_created ⇒ Time
The date and time at which the availability configuration was created.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#date_modified ⇒ Time
The date and time at which the availability configuration was last modified.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
Displays the domain to which the provider applies.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#ews_provider ⇒ Types::RedactedEwsAvailabilityProvider
If ‘ProviderType` is `EWS`, then this field contains `RedactedEwsAvailabilityProvider`. Otherwise, it is not required.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
If ProviderType is ‘LAMBDA` then this field contains `LambdaAvailabilityProvider`. Otherwise, it is not required.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
Displays the provider type that applies to this domain.
250 251 252 253 254 255 256 257 258 259 |
# File 'lib/aws-sdk-workmail/types.rb', line 250 class AvailabilityConfiguration < Struct.new( :domain_name, :provider_type, :ews_provider, :lambda_provider, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |