Class: Aws::Types::CommunicationTimeConfig
- Inherits:
-
Object
- Object
- Aws::Types::CommunicationTimeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ Types::TimeWindow
Returns the value of attribute email.
-
#local_time_zone_config ⇒ Types::LocalTimeZoneConfig
Returns the value of attribute local_time_zone_config.
-
#sms ⇒ Types::TimeWindow
Returns the value of attribute sms.
-
#telephony ⇒ Types::TimeWindow
Returns the value of attribute telephony.
-
#whats_app ⇒ Types::TimeWindow
Returns the value of attribute whats_app.
Instance Attribute Details
#email ⇒ Types::TimeWindow
Returns the value of attribute email.
130 131 132 |
# File 'sig/types.rbs', line 130 def email @email end |
#local_time_zone_config ⇒ Types::LocalTimeZoneConfig
Returns the value of attribute local_time_zone_config.
127 128 129 |
# File 'sig/types.rbs', line 127 def local_time_zone_config @local_time_zone_config end |
#sms ⇒ Types::TimeWindow
Returns the value of attribute sms.
129 130 131 |
# File 'sig/types.rbs', line 129 def sms @sms end |
#telephony ⇒ Types::TimeWindow
Returns the value of attribute telephony.
128 129 130 |
# File 'sig/types.rbs', line 128 def telephony @telephony end |
#whats_app ⇒ Types::TimeWindow
Returns the value of attribute whats_app.
131 132 133 |
# File 'sig/types.rbs', line 131 def whats_app @whats_app end |