Class: Aws::ServiceCatalog::Types::SearchProductsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersHash<String,Array<String>>

The search filters. If no search filters are specified, the output includes all products to which the caller has access.

Returns:

  • (Hash<String,Array<String>>)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The sort field. If no value is specified, the results are not sorted.

Returns:

  • (String)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order. If no value is specified, the results are not sorted.

Returns:

  • (String)


5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5947

class SearchProductsInput < Struct.new(
  :accept_language,
  :filters,
  :page_size,
  :sort_by,
  :sort_order,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end