Class: Aws::ServiceCatalog::Types::SearchProductsAsAdminOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::SearchProductsAsAdminOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The page token to use to retrieve the next set of results.
-
#product_view_details ⇒ Array<Types::ProductViewDetail>
Information about the product views.
Instance Attribute Details
#next_page_token ⇒ String
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
5906 5907 5908 5909 5910 5911 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5906 class SearchProductsAsAdminOutput < Struct.new( :product_view_details, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#product_view_details ⇒ Array<Types::ProductViewDetail>
Information about the product views.
5906 5907 5908 5909 5910 5911 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5906 class SearchProductsAsAdminOutput < Struct.new( :product_view_details, :next_page_token) SENSITIVE = [] include Aws::Structure end |