Class: Aws::ServiceCatalog::Types::AcceptPortfolioShareInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::AcceptPortfolioShareInput
- 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.
-
#portfolio_id ⇒ String
The portfolio identifier.
-
#portfolio_share_type ⇒ String
The type of shared portfolios to accept.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 44 class AcceptPortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 44 class AcceptPortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |
#portfolio_share_type ⇒ String
The type of shared portfolios to accept. The default is to accept imported portfolios.
-
‘AWS_ORGANIZATIONS` - Accept portfolios shared by the management account of your organization.
-
‘IMPORTED` - Accept imported portfolios.
-
‘AWS_SERVICECATALOG` - Not supported. (Throws ResourceNotFoundException.)
For example, ‘aws servicecatalog accept-portfolio-share –portfolio-id “port-2qwzkwxt3y5fk” –portfolio-share-type AWS_ORGANIZATIONS`
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 44 class AcceptPortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :portfolio_share_type) SENSITIVE = [] include Aws::Structure end |