Class: Aws::Types::SearchAllRelatedItemsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def domain_id
  @domain_id
end

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

Returns the value of attribute filters.

Returns:



1056
1057
1058
# File 'sig/types.rbs', line 1056

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def next_token
  @next_token
end

#sorts ⇒ ::Array[Types::SearchAllRelatedItemsSort]

Returns the value of attribute sorts.

Returns:



1057
1058
1059
# File 'sig/types.rbs', line 1057

def sorts
  @sorts
end