Class: Aws::ServiceCatalog::Types::DescribePortfolioSharesInput

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

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


1738
1739
1740
1741
1742
1743
1744
1745
# File '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_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


1738
1739
1740
1741
1742
1743
1744
1745
# File '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_idString

The unique identifier of the portfolio for which shares will be retrieved.

Returns:

  • (String)


1738
1739
1740
1741
1742
1743
1744
1745
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1738

class DescribePortfolioSharesInput < Struct.new(
  :portfolio_id,
  :type,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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.

Returns:

  • (String)


1738
1739
1740
1741
1742
1743
1744
1745
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1738

class DescribePortfolioSharesInput < Struct.new(
  :portfolio_id,
  :type,
  :page_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end