Class: Aws::ServiceCatalog::Types::DescribePortfolioSharesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribePortfolioSharesOutput
- Defined in:
- gems/aws-sdk-servicecatalog/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.
-
#portfolio_share_details ⇒ Array<Types::PortfolioShareDetail>
Summaries about each of the portfolio shares.
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.
1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1758 class DescribePortfolioSharesOutput < Struct.new( :next_page_token, :portfolio_share_details) SENSITIVE = [] include Aws::Structure end |
#portfolio_share_details ⇒ Array<Types::PortfolioShareDetail>
Summaries about each of the portfolio shares.
1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1758 class DescribePortfolioSharesOutput < Struct.new( :next_page_token, :portfolio_share_details) SENSITIVE = [] include Aws::Structure end |