Class: Aws::Types::SearchTypesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5672
5673
5674
# File 'sig/types.rbs', line 5672

def domain_identifier
  @domain_identifier
end

#filtersTypes::FilterClause

Returns the value of attribute filters.

Returns:



5678
5679
5680
# File 'sig/types.rbs', line 5678

def filters
  @filters
end

#managedBoolean

Returns the value of attribute managed.

Returns:

  • (Boolean)


5680
5681
5682
# File 'sig/types.rbs', line 5680

def managed
  @managed
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5673
5674
5675
# File 'sig/types.rbs', line 5673

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5674
5675
5676
# File 'sig/types.rbs', line 5674

def next_token
  @next_token
end

#search_in::Array[Types::SearchInItem]

Returns the value of attribute search_in.

Returns:



5677
5678
5679
# File 'sig/types.rbs', line 5677

def search_in
  @search_in
end

#search_scope"ASSET_TYPE", ...

Returns the value of attribute search_scope.

Returns:

  • ("ASSET_TYPE", "FORM_TYPE", "LINEAGE_NODE_TYPE")


5675
5676
5677
# File 'sig/types.rbs', line 5675

def search_scope
  @search_scope
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


5676
5677
5678
# File 'sig/types.rbs', line 5676

def search_text
  @search_text
end

#sortTypes::SearchSort

Returns the value of attribute sort.

Returns:



5679
5680
5681
# File 'sig/types.rbs', line 5679

def sort
  @sort
end