Class: Aws::Types::DescribeCreateCaseOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCreateCaseOptionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#communication_types ⇒ ::Array[Types::CommunicationTypeOptions]
Returns the value of attribute communication_types.
-
#language_availability ⇒ ::String
Returns the value of attribute language_availability.
Instance Attribute Details
#communication_types ⇒ ::Array[Types::CommunicationTypeOptions]
Returns the value of attribute communication_types.
245 246 247 |
# File 'sig/types.rbs', line 245 def communication_types @communication_types end |
#language_availability ⇒ ::String
Returns the value of attribute language_availability.
244 245 246 |
# File 'sig/types.rbs', line 244 def language_availability @language_availability end |