Class: Aws::WorkMail::Types::EwsAvailabilityProvider

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ews_endpointString

The endpoint of the remote EWS server.

Returns:

  • (String)


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_passwordString

The password used to authenticate the remote EWS server.

Returns:

  • (String)


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_usernameString

The username used to authenticate the remote EWS server.

Returns:

  • (String)


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