Class: Aws::Types::CreateRelatedItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRelatedItemRequest
- 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::RelatedItemInputContent
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.
-
#type ⇒ "Contact", ...
Returns the value of attribute type.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
334 335 336 |
# File 'sig/types.rbs', line 334 def case_id @case_id end |
#content ⇒ Types::RelatedItemInputContent
Returns the value of attribute content.
336 337 338 |
# File 'sig/types.rbs', line 336 def content @content end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
333 334 335 |
# File 'sig/types.rbs', line 333 def domain_id @domain_id end |
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
337 338 339 |
# File 'sig/types.rbs', line 337 def performed_by @performed_by end |
#type ⇒ "Contact", ...
Returns the value of attribute type.
335 336 337 |
# File 'sig/types.rbs', line 335 def type @type end |