Class: Aws::Types::SearchAllRelatedItemsResponseItem

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)


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.

Returns:

  • (::String)


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.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def performed_by
  @performed_by
end

Returns the value of attribute related_item_id.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def related_item_id
  @related_item_id
end

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

Returns the value of attribute tags.

Returns:

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


1074
1075
1076
# File 'sig/types.rbs', line 1074

def tags
  @tags
end

#type ⇒ "Contact", ...

Returns the value of attribute type.

Returns:

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


1070
1071
1072
# File 'sig/types.rbs', line 1070

def type
  @type
end