Class: Aws::Types::SearchRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_filter_option"SameAccount", "CrossAccount"

Returns the value of attribute cross_account_filter_option.



10842
10843
10844
# File 'sig/types.rbs', line 10842

def 
  
end

#max_results::Integer

Returns the value of attribute max_results.



10841
10842
10843
# File 'sig/types.rbs', line 10841

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



10840
10841
10842
# File 'sig/types.rbs', line 10840

def next_token
  @next_token
end

#resource"TrainingJob", ...

Returns the value of attribute resource.



10836
10837
10838
# File 'sig/types.rbs', line 10836

def resource
  @resource
end

#search_expressionTypes::SearchExpression

Returns the value of attribute search_expression.



10837
10838
10839
# File 'sig/types.rbs', line 10837

def search_expression
  @search_expression
end

#sort_by::String

Returns the value of attribute sort_by.



10838
10839
10840
# File 'sig/types.rbs', line 10838

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



10839
10840
10841
# File 'sig/types.rbs', line 10839

def sort_order
  @sort_order
end

#visibility_conditions::Array[Types::VisibilityConditions]

Returns the value of attribute visibility_conditions.



10843
10844
10845
# File 'sig/types.rbs', line 10843

def visibility_conditions
  @visibility_conditions
end