Class: Aws::ServiceCatalog::Types::ListPortfoliosForProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListPortfoliosForProductInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Note:
When making an API call, you may pass ListPortfoliosForProductInput data as a hash:
{
accept_language: "AcceptLanguage",
product_id: "Id", # required
page_token: "PageToken",
page_size: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#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.
-
#product_id ⇒ String
The product identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
3838 3839 3840 3841 3842 3843 3844 3845 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3838 class ListPortfoliosForProductInput < Struct.new( :accept_language, :product_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3838 3839 3840 3841 3842 3843 3844 3845 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3838 class ListPortfoliosForProductInput < Struct.new( :accept_language, :product_id, :page_token, :page_size) 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.
3838 3839 3840 3841 3842 3843 3844 3845 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3838 class ListPortfoliosForProductInput < Struct.new( :accept_language, :product_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
3838 3839 3840 3841 3842 3843 3844 3845 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3838 class ListPortfoliosForProductInput < Struct.new( :accept_language, :product_id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |