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

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

Overview

Note:

When making an API call, you may pass SearchProductsAsAdminInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id",
  filters: {
    "FullTextSearch" => ["ProductViewFilterValue"],
  },
  sort_by: "Title", # accepts Title, VersionCount, CreationDate
  sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
  page_token: "PageToken",
  page_size: 1,
  product_source: "ACCOUNT", # accepts ACCOUNT
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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>>)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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)


6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6441

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