Class: Aws::WorkMail::Types::EwsAvailabilityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::EwsAvailabilityProvider
- Defined in:
- gems/aws-sdk-workmail/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.
1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1678 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.
1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1678 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.
1678 1679 1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1678 class EwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username, :ews_password) SENSITIVE = [:ews_password] include Aws::Structure end |