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

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

Instance Attribute Details

#ews_endpointString

The endpoint of the remote EWS server.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2030

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)


2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2030

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)


2030
2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2030

class EwsAvailabilityProvider < Struct.new(
  :ews_endpoint,
  :ews_username,
  :ews_password)
  SENSITIVE = [:ews_password]
  include Aws::Structure
end