Class: Aws::Support::Types::AddCommunicationToCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AddCommunicationToCaseRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_set_id ⇒ String
The ID of a set of one or more attachments for the communication to add to the case.
-
#case_id ⇒ String
The support case ID requested or returned in the call.
-
#cc_email_addresses ⇒ Array<String>
The email addresses in the CC line of an email to be added to the support case.
-
#communication_body ⇒ String
The body of an email communication to add to the support case.
Instance Attribute Details
#attachment_set_id ⇒ String
The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-support/types.rb', line 85 class AddCommunicationToCaseRequest < Struct.new( :case_id, :communication_body, :cc_email_addresses, :attachment_set_id) SENSITIVE = [] include Aws::Structure end |
#case_id ⇒ String
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-support/types.rb', line 85 class AddCommunicationToCaseRequest < Struct.new( :case_id, :communication_body, :cc_email_addresses, :attachment_set_id) SENSITIVE = [] include Aws::Structure end |
#cc_email_addresses ⇒ Array<String>
The email addresses in the CC line of an email to be added to the support case.
85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-support/types.rb', line 85 class AddCommunicationToCaseRequest < Struct.new( :case_id, :communication_body, :cc_email_addresses, :attachment_set_id) SENSITIVE = [] include Aws::Structure end |
#communication_body ⇒ String
The body of an email communication to add to the support case.
85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-support/types.rb', line 85 class AddCommunicationToCaseRequest < Struct.new( :case_id, :communication_body, :cc_email_addresses, :attachment_set_id) SENSITIVE = [] include Aws::Structure end |