Class: Aws::Types::CommunicationTypeOptions
- Inherits:
-
Object
- Object
- Aws::Types::CommunicationTypeOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dates_without_support ⇒ ::Array[Types::DateInterval]
Returns the value of attribute dates_without_support.
-
#supported_hours ⇒ ::Array[Types::SupportedHour]
Returns the value of attribute supported_hours.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#dates_without_support ⇒ ::Array[Types::DateInterval]
Returns the value of attribute dates_without_support.
121 122 123 |
# File 'sig/types.rbs', line 121 def dates_without_support @dates_without_support end |
#supported_hours ⇒ ::Array[Types::SupportedHour]
Returns the value of attribute supported_hours.
120 121 122 |
# File 'sig/types.rbs', line 120 def supported_hours @supported_hours end |
#type ⇒ ::String
Returns the value of attribute type.
119 120 121 |
# File 'sig/types.rbs', line 119 def type @type end |