Class: Aws::Types::Communication
- Inherits:
-
Object
- Object
- Aws::Types::Communication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_set ⇒ ::Array[Types::AttachmentDetails]
Returns the value of attribute attachment_set.
-
#attachments ⇒ ::Array[Types::AttachmentDetails]
Returns the value of attribute attachments.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#submitted_by ⇒ ::String
Returns the value of attribute submitted_by.
-
#time_created ⇒ ::String
Returns the value of attribute time_created.
Instance Attribute Details
#attachment_set ⇒ ::Array[Types::AttachmentDetails]
Returns the value of attribute attachment_set.
114 115 116 |
# File 'sig/types.rbs', line 114 def @attachment_set end |
#attachments ⇒ ::Array[Types::AttachmentDetails]
Returns the value of attribute attachments.
113 114 115 |
# File 'sig/types.rbs', line 113 def @attachments end |
#body ⇒ ::String
Returns the value of attribute body.
110 111 112 |
# File 'sig/types.rbs', line 110 def body @body end |
#case_id ⇒ ::String
Returns the value of attribute case_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def case_id @case_id end |
#submitted_by ⇒ ::String
Returns the value of attribute submitted_by.
111 112 113 |
# File 'sig/types.rbs', line 111 def submitted_by @submitted_by end |
#time_created ⇒ ::String
Returns the value of attribute time_created.
112 113 114 |
# File 'sig/types.rbs', line 112 def time_created @time_created end |