Class: Aws::ServiceCatalog::Types::DisassociateProductFromPortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DisassociateProductFromPortfolioInput
- Defined in:
- gems/aws-sdk-servicecatalog/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.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
2459 2460 2461 2462 2463 2464 2465 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2459 class DisassociateProductFromPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
2459 2460 2461 2462 2463 2464 2465 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2459 class DisassociateProductFromPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
2459 2460 2461 2462 2463 2464 2465 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2459 class DisassociateProductFromPortfolioInput < Struct.new( :accept_language, :product_id, :portfolio_id) SENSITIVE = [] include Aws::Structure end |