Class: Aws::ConnectCases::Types::CreateRelatedItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateRelatedItemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
-
#content ⇒ Types::RelatedItemInputContent
The content of a related item to be created.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#performed_by ⇒ Types::UserUnion
Represents the creator of the related item.
-
#type ⇒ String
The type of a related item.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
625 626 627 628 629 630 631 632 633 |
# File '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 |
#content ⇒ Types::RelatedItemInputContent
The content of a related item to be created.
625 626 627 628 629 630 631 632 633 |
# File '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_id ⇒ String
The unique identifier of the Cases domain.
625 626 627 628 629 630 631 632 633 |
# File '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_by ⇒ Types::UserUnion
Represents the creator of the related item.
625 626 627 628 629 630 631 632 633 |
# File '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 |
#type ⇒ String
The type of a related item.
625 626 627 628 629 630 631 632 633 |
# File '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 |