Class: Aws::Types::SearchResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#additional_response_fields::Array[("WEBURL")]

Returns the value of attribute additional_response_fields.



747
748
749
# File 'sig/types.rbs', line 747

def additional_response_fields
  @additional_response_fields
end

#authentication_token::String

Returns the value of attribute authentication_token.



743
744
745
# File 'sig/types.rbs', line 743

def authentication_token
  @authentication_token
end

#filtersTypes::Filters

Returns the value of attribute filters.



748
749
750
# File 'sig/types.rbs', line 748

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.



750
751
752
# File 'sig/types.rbs', line 750

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.



751
752
753
# File 'sig/types.rbs', line 751

def marker
  @marker
end

#order_by::Array[Types::SearchSortResult]

Returns the value of attribute order_by.



749
750
751
# File 'sig/types.rbs', line 749

def order_by
  @order_by
end

#organization_id::String

Returns the value of attribute organization_id.



746
747
748
# File 'sig/types.rbs', line 746

def organization_id
  @organization_id
end

#query_scopes::Array[("NAME" | "CONTENT")]

Returns the value of attribute query_scopes.



745
746
747
# File 'sig/types.rbs', line 745

def query_scopes
  @query_scopes
end

#query_text::String

Returns the value of attribute query_text.



744
745
746
# File 'sig/types.rbs', line 744

def query_text
  @query_text
end