Class: Aws::ServiceCatalog::Types::DescribePortfolioSharesOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
# File '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_detailsArray<Types::PortfolioShareDetail>

Summaries about each of the portfolio shares.

Returns:



1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1758

class DescribePortfolioSharesOutput < Struct.new(
  :next_page_token,
  :portfolio_share_details)
  SENSITIVE = []
  include Aws::Structure
end