Class: Aws::WorkMail::Types::EwsAvailabilityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EwsAvailabilityProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Describes an EWS based availability provider. This is only used as input to the service.
Constant Summary collapse
- SENSITIVE =
[:ews_password]
Instance Attribute Summary collapse
-
#ews_endpoint ⇒ String
The endpoint of the remote EWS server.
-
#ews_password ⇒ String
The password used to authenticate the remote EWS server.
-
#ews_username ⇒ String
The username used to authenticate the remote EWS server.
Instance Attribute Details
#ews_endpoint ⇒ String
The endpoint of the remote EWS server.
2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-workmail/types.rb', line 2181 class EwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username, :ews_password) SENSITIVE = [:ews_password] include Aws::Structure end |
#ews_password ⇒ String
The password used to authenticate the remote EWS server.
2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-workmail/types.rb', line 2181 class EwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username, :ews_password) SENSITIVE = [:ews_password] include Aws::Structure end |
#ews_username ⇒ String
The username used to authenticate the remote EWS server.
2181 2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-workmail/types.rb', line 2181 class EwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username, :ews_password) SENSITIVE = [:ews_password] include Aws::Structure end |