Class: Aws::Types::SearchRelatedItemsResponseItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_time ⇒ ::Time

Returns the value of attribute association_time.

Returns:

  • (::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.

Returns:



1131
1132
1133
# File 'sig/types.rbs', line 1131

def performed_by
  @performed_by
end

Returns the value of attribute related_item_id.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def related_item_id
  @related_item_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1130
1131
1132
# File 'sig/types.rbs', line 1130

def tags
  @tags
end

#type ⇒ "Contact", ...

Returns the value of attribute type.

Returns:

  • ("Contact", "Comment", "File", "Sla", "ConnectCase", "Custom")


1127
1128
1129
# File 'sig/types.rbs', line 1127

def type
  @type
end