Class: Aws::ServiceCatalog::Types::ListAcceptedPortfolioSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListAcceptedPortfolioSharesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#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_share_type ⇒ String
The type of shared portfolios to list.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3032 class ListAcceptedPortfolioSharesInput < Struct.new( :accept_language, :page_token, :page_size, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3032 class ListAcceptedPortfolioSharesInput < Struct.new( :accept_language, :page_token, :page_size, :portfolio_share_type) 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.
3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3032 class ListAcceptedPortfolioSharesInput < Struct.new( :accept_language, :page_token, :page_size, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |
#portfolio_share_type ⇒ String
The type of shared portfolios to list. The default is to list imported portfolios.
-
‘AWS_ORGANIZATIONS` - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.
-
‘AWS_SERVICECATALOG` - Deprecated type.
-
‘IMPORTED` - List imported portfolios that have been accepted and shared through account-to-account sharing.
3032 3033 3034 3035 3036 3037 3038 3039 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3032 class ListAcceptedPortfolioSharesInput < Struct.new( :accept_language, :page_token, :page_size, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |