Class: Aws::Types::SearchAllRelatedItemsResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchAllRelatedItemsResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#content ⇒ Types::RelatedItemContent
Returns the value of attribute content.
-
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
-
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "Contact", ...
Returns the value of attribute type.
Instance Attribute Details
#association_time ⇒ ::Time
Returns the value of attribute association_time.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def association_time @association_time end |
#case_id ⇒ ::String
Returns the value of attribute case_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def case_id @case_id end |
#content ⇒ Types::RelatedItemContent
Returns the value of attribute content.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def content @content end |
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def performed_by @performed_by end |
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def @related_item_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def @tags end |
#type ⇒ "Contact", ...
Returns the value of attribute type.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def type @type end |