Class: Aws::ConnectCases::Types::RelatedItemInputContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::RelatedItemInputContent
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
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.
Defined Under Namespace
Classes: Comment, ConnectCase, Contact, Custom, File, Sla, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ Types::CommentContent
Represents the content of a comment to be returned to agents.
-
#connect_case ⇒ Types::ConnectCaseInputContent
Input content for a related Connect case.
-
#contact ⇒ Types::Contact
Object representing a contact in Amazon Connect as an API request field.
-
#custom ⇒ Types::CustomInputContent
Input content for a custom related item.
-
#file ⇒ Types::FileContent
A file of related items.
-
#sla ⇒ Types::SlaInputContent
Represents the content of an SLA to be created.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#comment ⇒ Types::CommentContent
Represents the content of a comment to be returned to agents.
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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_case ⇒ Types::ConnectCaseInputContent
Input content for a related Connect case
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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 |
#contact ⇒ Types::Contact
Object representing a contact in Amazon Connect as an API request field.
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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 |
#custom ⇒ Types::CustomInputContent
Input content for a custom related item
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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 |
#file ⇒ Types::FileContent
A file of related items.
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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 |
#sla ⇒ Types::SlaInputContent
Represents the content of an SLA to be created.
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 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 |
#unknown ⇒ Object
Returns the value of attribute unknown
2739 2740 2741 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2739 def unknown @unknown end |