Class: Aws::WorkMail::Types::RedactedEwsAvailabilityProvider

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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

Instance Attribute Details

#ews_endpointString

The endpoint of the remote EWS server.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4278

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

#ews_usernameString

The username used to authenticate the remote EWS server.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4278

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