Class: Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Note:
When making an API call, you may pass ListPrincipalsForPortfolioInput data as a hash:
{
accept_language: "AcceptLanguage",
portfolio_id: "Id", # required
page_size: 1,
page_token: "PageToken",
}
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.
-
#portfolio_id ⇒ String
The portfolio identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
3956 3957 3958 3959 3960 3961 3962 3963 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3956 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3956 3957 3958 3959 3960 3961 3962 3963 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3956 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) 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.
3956 3957 3958 3959 3960 3961 3962 3963 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3956 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
3956 3957 3958 3959 3960 3961 3962 3963 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3956 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |