Class: Aws::ServiceCatalog::Types::DescribePortfolioSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribePortfolioSharesInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 unique identifier of the portfolio for which shares will be retrieved.
-
#type ⇒ String
The type of portfolio share to summarize.
Instance Attribute Details
#page_size ⇒ Integer
The maximum number of items to return with this call.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1738 class DescribePortfolioSharesInput < Struct.new( :portfolio_id, :type, :page_token, :page_size) 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.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1738 class DescribePortfolioSharesInput < Struct.new( :portfolio_id, :type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The unique identifier of the portfolio for which shares will be retrieved.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1738 class DescribePortfolioSharesInput < Struct.new( :portfolio_id, :type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:
1. ACCOUNT
- Represents an external account to account share.
2. ORGANIZATION
- Represents a share to an organization. This
share is available to every account in the organization.
3. ORGANIZATIONAL_UNIT
- Represents a share to an organizational
unit.
4. ORGANIZATION_MEMBER_ACCOUNT
- Represents a share to an account
in the organization.
1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1738 class DescribePortfolioSharesInput < Struct.new( :portfolio_id, :type, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |