Class: Aws::Types::SearchRelatedItemsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def case_id
  @case_id
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def domain_id
  @domain_id
end

#filters ⇒ ::Array[Types::RelatedItemTypeFilter]

Returns the value of attribute filters.

Returns:



1115
1116
1117
# File 'sig/types.rbs', line 1115

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def next_token
  @next_token
end