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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 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
2888 2889 2890 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2888 def unknown @unknown end |