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)


1731
1732
1733
1734
1735
1736
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1731

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:



1731
1732
1733
1734
1735
1736
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1731

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