Class: Aws::Types::UpdateRelatedItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRelatedItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#content ⇒ Types::RelatedItemUpdateContent
Returns the value of attribute content.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
-
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
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.
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.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def performed_by @performed_by end |
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def @related_item_id end |