Class: Aws::Types::UpdateRelatedItemsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRelatedItemsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
-
#related_items_update ⇒ Types::RelatedItemsUpdate
Returns the value of attribute related_items_update.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
748 749 750 |
# File 'sig/types.rbs', line 748 def incident_record_arn @incident_record_arn end |
#related_items_update ⇒ Types::RelatedItemsUpdate
Returns the value of attribute related_items_update.
749 750 751 |
# File 'sig/types.rbs', line 749 def @related_items_update end |