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
Represents the Amazon Connect case to be created as a related item.
-
#contact ⇒ Types::Contact
Object representing a contact in Amazon Connect as an API request field.
-
#custom ⇒ Types::CustomInputContent
Represents the content of a
Customtype 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.
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_case ⇒ Types::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 |
#contact ⇒ Types::Contact
Object representing a contact in Amazon Connect as an API request field.
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 |
#custom ⇒ Types::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 |
#file ⇒ Types::FileContent
A file of related items.
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 |
#sla ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown
2824 2825 2826 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2824 def unknown @unknown end |