Class: Aws::Types::DeleteRelatedItemRequest

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)


451
452
453
# File 'sig/types.rbs', line 451

def case_id
  @case_id
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def domain_id
  @domain_id
end

Returns the value of attribute related_item_id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def related_item_id
  @related_item_id
end