Class: Aws::ServiceCatalog::Types::SearchProvisionedProductsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::SearchProvisionedProductsOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#provisioned_products ⇒ Array<Types::ProvisionedProductAttribute>
Information about the provisioned products.
-
#total_results_count ⇒ Integer
The number of provisioned products found.
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.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6055 class SearchProvisionedProductsOutput < Struct.new( :provisioned_products, :total_results_count, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#provisioned_products ⇒ Array<Types::ProvisionedProductAttribute>
Information about the provisioned products.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6055 class SearchProvisionedProductsOutput < Struct.new( :provisioned_products, :total_results_count, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#total_results_count ⇒ Integer
The number of provisioned products found.
6055 6056 6057 6058 6059 6060 6061 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6055 class SearchProvisionedProductsOutput < Struct.new( :provisioned_products, :total_results_count, :next_page_token) SENSITIVE = [] include Aws::Structure end |