Class: Aws::Types::SearchInput

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")])


5599
5600
5601
# File 'sig/types.rbs', line 5599

def additional_attributes
  @additional_attributes
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5590
5591
5592
# File 'sig/types.rbs', line 5590

def domain_identifier
  @domain_identifier
end

#filtersTypes::FilterClause

Returns the value of attribute filters.

Returns:



5597
5598
5599
# File 'sig/types.rbs', line 5597

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5592
5593
5594
# File 'sig/types.rbs', line 5592

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5593
5594
5595
# File 'sig/types.rbs', line 5593

def next_token
  @next_token
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


5591
5592
5593
# File 'sig/types.rbs', line 5591

def owning_project_identifier
  @owning_project_identifier
end

#search_in::Array[Types::SearchInItem]

Returns the value of attribute search_in.

Returns:



5596
5597
5598
# File 'sig/types.rbs', line 5596

def search_in
  @search_in
end

#search_scope"ASSET", ...

Returns the value of attribute search_scope.

Returns:

  • ("ASSET", "GLOSSARY", "GLOSSARY_TERM", "DATA_PRODUCT")


5594
5595
5596
# File 'sig/types.rbs', line 5594

def search_scope
  @search_scope
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


5595
5596
5597
# File 'sig/types.rbs', line 5595

def search_text
  @search_text
end

#sortTypes::SearchSort

Returns the value of attribute sort.

Returns:



5598
5599
5600
# File 'sig/types.rbs', line 5598

def sort
  @sort
end