Class: Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListPrincipalsForPortfolioOutput
- 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.
-
#principals ⇒ Array<Types::Principal>
The ‘PrincipalARN`s and corresponding `PrincipalType`s associated with the portfolio.
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.
3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3474 class ListPrincipalsForPortfolioOutput < Struct.new( :principals, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<Types::Principal>
The ‘PrincipalARN`s and corresponding `PrincipalType`s associated with the portfolio.
3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3474 class ListPrincipalsForPortfolioOutput < Struct.new( :principals, :next_page_token) SENSITIVE = [] include Aws::Structure end |