Class: Aws::Types::SearchRelatedItemsResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchRelatedItemsResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def association_time @association_time end |
#content ⇒ Types::RelatedItemContent
Returns the value of attribute content.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def content @content end |
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def performed_by @performed_by end |
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def @related_item_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def @tags end |
#type ⇒ "Contact", ...
Returns the value of attribute type.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def type @type end |