Class: Aws::Types::SearchAssetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_clauseTypes::SearchFilterClause

Returns the value of attribute filter_clause.



6818
6819
6820
# File 'sig/types.rbs', line 6818

def filter_clause
  @filter_clause
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6815
6816
6817
# File 'sig/types.rbs', line 6815

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6816
6817
6818
# File 'sig/types.rbs', line 6816

def next_token
  @next_token
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


6814
6815
6816
# File 'sig/types.rbs', line 6814

def search_text
  @search_text
end

#sortTypes::SearchSort

Returns the value of attribute sort.

Returns:



6817
6818
6819
# File 'sig/types.rbs', line 6817

def sort
  @sort
end