Class: Aws::Types::AddCommunicationToCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set_id::String

Returns the value of attribute attachment_set_id.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def attachment_set_id
  @attachment_set_id
end

#case_id::String

Returns the value of attribute case_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def communication_body
  @communication_body
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


29
30
31
# File 'sig/types.rbs', line 29

def upload_ids
  @upload_ids
end