Class: Aws::Support::Types::DescribeCreateCaseOptionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#communication_typesArray<Types::CommunicationTypeOptions>

A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.



907
908
909
910
911
912
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 907

class DescribeCreateCaseOptionsResponse < Struct.new(
  :language_availability,
  :communication_types)
  SENSITIVE = []
  include Aws::Structure
end

#language_availabilityString

Language availability can be any of the following:

  • available

  • best_effort

  • unavailable

Returns:

  • (String)


907
908
909
910
911
912
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 907

class DescribeCreateCaseOptionsResponse < Struct.new(
  :language_availability,
  :communication_types)
  SENSITIVE = []
  include Aws::Structure
end