Class: Aws::ServiceCatalog::Types::AssociateProductWithPortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::AssociateProductWithPortfolioInput
- 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.
-
#product_id ⇒ String
The product identifier.
-
#source_portfolio_id ⇒ String
The identifier of the source portfolio.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
223 224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 223 class AssociateProductWithPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id, :source_portfolio_id) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
223 224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 223 class AssociateProductWithPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id, :source_portfolio_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
223 224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 223 class AssociateProductWithPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id, :source_portfolio_id) SENSITIVE = [] include Aws::Structure end |
#source_portfolio_id ⇒ String
The identifier of the source portfolio.
223 224 225 226 227 228 229 230 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 223 class AssociateProductWithPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id, :source_portfolio_id) SENSITIVE = [] include Aws::Structure end |