Class: Aws::ConnectCases::Types::RelatedItemInputContent

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

Overview

Note:

RelatedItemInputContent is a union - when making an API calls you must set exactly one of the members.

Represents the content of a related item to be created.

Direct Known Subclasses

Comment, ConnectCase, Contact, Custom, File, Sla, Unknown

Defined Under Namespace

Classes: Comment, ConnectCase, Contact, Custom, File, Sla, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentTypes::CommentContent

Represents the content of a comment to be returned to agents.



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#connect_caseTypes::ConnectCaseInputContent

Represents the Amazon Connect case to be created as a related item.



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#contactTypes::Contact

Object representing a contact in Amazon Connect as an API request field.

Returns:



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#customTypes::CustomInputContent

Represents the content of a Custom type related item.



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#fileTypes::FileContent

A file of related items.

Returns:



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#slaTypes::SlaInputContent

Represents the content of an SLA to be created.



2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

class RelatedItemInputContent < Struct.new(
  :contact,
  :comment,
  :file,
  :sla,
  :connect_case,
  :custom,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Contact < RelatedItemInputContent; end
  class Comment < RelatedItemInputContent; end
  class File < RelatedItemInputContent; end
  class Sla < RelatedItemInputContent; end
  class ConnectCase < RelatedItemInputContent; end
  class Custom < RelatedItemInputContent; end
  class Unknown < RelatedItemInputContent; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2824
2825
2826
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824

def unknown
  @unknown
end