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
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.
jp
- Japanesezh
- Chinese
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 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.
5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5882 class SearchProductsAsAdminInput < Struct.new( :accept_language, :portfolio_id, :filters, :sort_by, :sort_order, :page_token, :page_size, :product_source) SENSITIVE = [] include Aws::Structure end |