Class: Aws::Types::CreateRelatedItemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def case_id
  @case_id
end

#content ⇒ Types::RelatedItemInputContent

Returns the value of attribute content.



336
337
338
# File 'sig/types.rbs', line 336

def content
  @content
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def domain_id
  @domain_id
end

#performed_by ⇒ Types::UserUnion

Returns the value of attribute performed_by.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def performed_by
  @performed_by
end

#type ⇒ "Contact", ...

Returns the value of attribute type.

Returns:

  • ("Contact", "Comment", "File", "Sla", "ConnectCase", "Custom")


335
336
337
# File 'sig/types.rbs', line 335

def type
  @type
end