Class: Aws::Types::SearchListingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributes::Array[("FORMS" | "TIME_SERIES_DATA_POINT_FORMS" | "TEXT_MATCH_RATIONALE")]

Returns the value of attribute additional_attributes.

Returns:

  • (::Array[("FORMS" | "TIME_SERIES_DATA_POINT_FORMS" | "TEXT_MATCH_RATIONALE")])


5632
5633
5634
# File 'sig/types.rbs', line 5632

def additional_attributes
  @additional_attributes
end

#aggregations::Array[Types::AggregationListItem]

Returns the value of attribute aggregations.

Returns:



5630
5631
5632
# File 'sig/types.rbs', line 5630

def aggregations
  @aggregations
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5624
5625
5626
# File 'sig/types.rbs', line 5624

def domain_identifier
  @domain_identifier
end

#filtersTypes::FilterClause

Returns the value of attribute filters.

Returns:



5629
5630
5631
# File 'sig/types.rbs', line 5629

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5627
5628
5629
# File 'sig/types.rbs', line 5627

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5628
5629
5630
# File 'sig/types.rbs', line 5628

def next_token
  @next_token
end

#search_in::Array[Types::SearchInItem]

Returns the value of attribute search_in.

Returns:



5626
5627
5628
# File 'sig/types.rbs', line 5626

def search_in
  @search_in
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


5625
5626
5627
# File 'sig/types.rbs', line 5625

def search_text
  @search_text
end

#sortTypes::SearchSort

Returns the value of attribute sort.

Returns:



5631
5632
5633
# File 'sig/types.rbs', line 5631

def sort
  @sort
end