Class: Aws::Types::Communication

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set::Array[Types::AttachmentDetails]

Returns the value of attribute attachment_set.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def attachment_set
  @attachment_set
end

#attachments::Array[Types::AttachmentDetails]

Returns the value of attribute attachments.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def attachments
  @attachments
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def body
  @body
end

#case_id::String

Returns the value of attribute case_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def 
  @submitted_by
end

#time_created::String

Returns the value of attribute time_created.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def time_created
  @time_created
end