Class: Aws::Types::AddCommunicationToCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddCommunicationToCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
-
#communication_body ⇒ ::String
Returns the value of attribute communication_body.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#upload_ids ⇒ ::Array[::String]
Returns the value of attribute upload_ids.
Instance Attribute Details
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def @attachment_set_id end |
#case_id ⇒ ::String
Returns the value of attribute case_id.
25 26 27 |
# File 'sig/types.rbs', line 25 def case_id @case_id end |
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
27 28 29 |
# File 'sig/types.rbs', line 27 def cc_email_addresses @cc_email_addresses end |
#communication_body ⇒ ::String
Returns the value of attribute communication_body.
26 27 28 |
# File 'sig/types.rbs', line 26 def communication_body @communication_body end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
30 31 32 |
# File 'sig/types.rbs', line 30 def dry_run @dry_run end |
#upload_ids ⇒ ::Array[::String]
Returns the value of attribute upload_ids.
29 30 31 |
# File 'sig/types.rbs', line 29 def upload_ids @upload_ids end |