Class: Aws::ServiceCatalog::Types::SearchProductsAsAdminInput

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)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

class SearchProductsAsAdminInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :filters,
  :sort_by,
  :sort_order,
  :page_token,
  :page_size,
  :product_source)
  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 administrator has access.

Returns:

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


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

class SearchProductsAsAdminInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :filters,
  :sort_by,
  :sort_order,
  :page_token,
  :page_size,
  :product_source)
  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)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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

#product_sourceString

Access level of the source of the product.

Returns:

  • (String)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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

#sort_byString

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

Returns:

  • (String)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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

#sort_orderString

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

Returns:

  • (String)


5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5832

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