Class: Aws::WorkMail::Types::RedactedEwsAvailabilityProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::RedactedEwsAvailabilityProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Describes an EWS based availability provider when returned from the service. It does not contain the password of the endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ews_endpoint ⇒ String
The endpoint of 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.
4668 4669 4670 4671 4672 4673 |
# File 'lib/aws-sdk-workmail/types.rb', line 4668 class RedactedEwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username) SENSITIVE = [] include Aws::Structure end |
#ews_username ⇒ String
The username used to authenticate the remote EWS server.
4668 4669 4670 4671 4672 4673 |
# File 'lib/aws-sdk-workmail/types.rb', line 4668 class RedactedEwsAvailabilityProvider < Struct.new( :ews_endpoint, :ews_username) SENSITIVE = [] include Aws::Structure end |