Class: Aws::ServiceCatalog::Types::DisassociateProductFromPortfolioInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass DisassociateProductFromPortfolioInput data as a hash:

{
  accept_language: "AcceptLanguage",
  product_id: "Id", # required
  portfolio_id: "Id", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2848
2849
2850
2851
2852
2853
2854
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2848

class DisassociateProductFromPortfolioInput < Struct.new(
  :accept_language,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


2848
2849
2850
2851
2852
2853
2854
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2848

class DisassociateProductFromPortfolioInput < Struct.new(
  :accept_language,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


2848
2849
2850
2851
2852
2853
2854
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2848

class DisassociateProductFromPortfolioInput < Struct.new(
  :accept_language,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end