Class: Aws::Types::CommunicationTimeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#emailTypes::TimeWindow

Returns the value of attribute email.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def email
  @email
end

#local_time_zone_configTypes::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

#smsTypes::TimeWindow

Returns the value of attribute sms.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def sms
  @sms
end

#telephonyTypes::TimeWindow

Returns the value of attribute telephony.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def telephony
  @telephony
end

#whats_appTypes::TimeWindow

Returns the value of attribute whats_app.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def whats_app
  @whats_app
end