Class: Aws::Types::EwsAvailabilityProvider
- Inherits:
-
Object
- Object
- Aws::Types::EwsAvailabilityProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ews_endpoint ⇒ ::String
Returns the value of attribute ews_endpoint.
-
#ews_password ⇒ ::String
Returns the value of attribute ews_password.
-
#ews_username ⇒ ::String
Returns the value of attribute ews_username.
Instance Attribute Details
#ews_endpoint ⇒ ::String
Returns the value of attribute ews_endpoint.
620 621 622 |
# File 'sig/types.rbs', line 620 def ews_endpoint @ews_endpoint end |
#ews_password ⇒ ::String
Returns the value of attribute ews_password.
622 623 624 |
# File 'sig/types.rbs', line 622 def ews_password @ews_password end |
#ews_username ⇒ ::String
Returns the value of attribute ews_username.
621 622 623 |
# File 'sig/types.rbs', line 621 def ews_username @ews_username end |