Class: Aws::Types::SearchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_filter_option"SameAccount", "CrossAccount"

Returns the value of attribute cross_account_filter_option.

Returns:

  • ("SameAccount", "CrossAccount")


10766
10767
10768
# File 'sig/types.rbs', line 10766

def 
  @cross_account_filter_option
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10765
10766
10767
# File 'sig/types.rbs', line 10765

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10764
10765
10766
# File 'sig/types.rbs', line 10764

def next_token
  @next_token
end

#resource"TrainingJob", ...

Returns the value of attribute resource.

Returns:



10760
10761
10762
# File 'sig/types.rbs', line 10760

def resource
  @resource
end

#search_expressionTypes::SearchExpression

Returns the value of attribute search_expression.



10761
10762
10763
# File 'sig/types.rbs', line 10761

def search_expression
  @search_expression
end

#sort_by::String

Returns the value of attribute sort_by.

Returns:

  • (::String)


10762
10763
10764
# File 'sig/types.rbs', line 10762

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


10763
10764
10765
# File 'sig/types.rbs', line 10763

def sort_order
  @sort_order
end

#visibility_conditions::Array[Types::VisibilityConditions]

Returns the value of attribute visibility_conditions.

Returns:



10767
10768
10769
# File 'sig/types.rbs', line 10767

def visibility_conditions
  @visibility_conditions
end