Class: Aws::Types::UpdateRelatedItemRequest

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)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def case_id
  @case_id
end

#content ⇒ Types::RelatedItemUpdateContent

Returns the value of attribute content.



1309
1310
1311
# File 'sig/types.rbs', line 1309

def content
  @content
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def domain_id
  @domain_id
end

#performed_by ⇒ Types::UserUnion

Returns the value of attribute performed_by.

Returns:



1310
1311
1312
# File 'sig/types.rbs', line 1310

def performed_by
  @performed_by
end

Returns the value of attribute related_item_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def related_item_id
  @related_item_id
end