Class: Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
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.
-
‘jp` - Japanese
-
‘zh` - Chinese
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3453 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.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3453 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.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3453 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
3453 3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3453 class ListPrincipalsForPortfolioInput < Struct.new( :accept_language, :portfolio_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |