Class: Aws::ServiceCatalog::Types::SearchProductsAsAdminInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::SearchProductsAsAdminInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
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
-
#accept_language ⇒ String
The language code.
-
#filters ⇒ Hash<String,Array<String>>
The search filters.
-
#page_size ⇒ Integer
The maximum number of items to return with this call.
-
#page_token ⇒ String
The page token for the next set of results.
-
#portfolio_id ⇒ String
The portfolio identifier.
-
#product_source ⇒ String
Access level of the source of the product.
-
#sort_by ⇒ String
The sort field.
-
#sort_order ⇒ String
The sort order.
Instance Attribute Details
#accept_language ⇒ String
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 class SearchProductsAsAdminInput < Struct.new( :accept_language, :portfolio_id, :filters, :sort_by, :sort_order, :page_token, :page_size, :product_source) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Hash<String,Array<String>>
The search filters. If no search filters are specified, the output includes all products to which the administrator has access.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_size ⇒ Integer
The maximum number of items to return with this call.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_token ⇒ String
The page token for the next set of results. To retrieve the first set of results, use null.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_id ⇒ String
The portfolio identifier.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_source ⇒ String
Access level of the source of the product.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_by ⇒ String
The sort field. If no value is specified, the results are not sorted.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 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_order ⇒ String
The sort order. If no value is specified, the results are not sorted.
6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6450 class SearchProductsAsAdminInput < Struct.new( :accept_language, :portfolio_id, :filters, :sort_by, :sort_order, :page_token, :page_size, :product_source) SENSITIVE = [] include Aws::Structure end |