Class: Aws::Types::UpdateRelatedItemsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def client_token
  @client_token
end

#incident_record_arn ⇒ ::String

Returns the value of attribute incident_record_arn.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def incident_record_arn
  @incident_record_arn
end

Returns the value of attribute related_items_update.



749
750
751
# File 'sig/types.rbs', line 749

def related_items_update
  @related_items_update
end