Class: Aws::ConnectCases::Types::CreateRelatedItemRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

A unique identifier of the case.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 625

class CreateRelatedItemRequest < Struct.new(
  :case_id,
  :content,
  :domain_id,
  :performed_by,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::RelatedItemInputContent

The content of a related item to be created.



625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 625

class CreateRelatedItemRequest < Struct.new(
  :case_id,
  :content,
  :domain_id,
  :performed_by,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 625

class CreateRelatedItemRequest < Struct.new(
  :case_id,
  :content,
  :domain_id,
  :performed_by,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#performed_byTypes::UserUnion

Represents the creator of the related item.

Returns:



625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 625

class CreateRelatedItemRequest < Struct.new(
  :case_id,
  :content,
  :domain_id,
  :performed_by,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of a related item.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 625

class CreateRelatedItemRequest < Struct.new(
  :case_id,
  :content,
  :domain_id,
  :performed_by,
  :type)
  SENSITIVE = []
  include Aws::Structure
end