Class: Aws::ConnectCases::Types::CreateCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#fields ⇒ Array<Types::FieldValue>
An array of objects with field ID (matching ListFields/DescribeField) and value union data.
-
#performed_by ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
-
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-connectcases/types.rb', line 456 class CreateCaseRequest < Struct.new( :client_token, :domain_id, :fields, :performed_by, :template_id) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-connectcases/types.rb', line 456 class CreateCaseRequest < Struct.new( :client_token, :domain_id, :fields, :performed_by, :template_id) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<Types::FieldValue>
An array of objects with field ID (matching ListFields/DescribeField) and value union data.
456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-connectcases/types.rb', line 456 class CreateCaseRequest < Struct.new( :client_token, :domain_id, :fields, :performed_by, :template_id) SENSITIVE = [] include Aws::Structure end |
#performed_by ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-connectcases/types.rb', line 456 class CreateCaseRequest < Struct.new( :client_token, :domain_id, :fields, :performed_by, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-connectcases/types.rb', line 456 class CreateCaseRequest < Struct.new( :client_token, :domain_id, :fields, :performed_by, :template_id) SENSITIVE = [] include Aws::Structure end |