Class: Aws::Support::Types::DescribeCreateCaseOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeCreateCaseOptionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#communication_types ⇒ Array<Types::CommunicationTypeOptions>
A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
-
#language_availability ⇒ String
Language availability can be any of the following:.
Instance Attribute Details
#communication_types ⇒ Array<Types::CommunicationTypeOptions>
A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-support/types.rb', line 916 class DescribeCreateCaseOptionsResponse < Struct.new( :language_availability, :communication_types) SENSITIVE = [] include Aws::Structure end |
#language_availability ⇒ String
Language availability can be any of the following:
-
available
-
best_effort
-
unavailable
916 917 918 919 920 921 |
# File 'lib/aws-sdk-support/types.rb', line 916 class DescribeCreateCaseOptionsResponse < Struct.new( :language_availability, :communication_types) SENSITIVE = [] include Aws::Structure end |