Class: Aws::ServiceCatalog::Types::DeleteProvisionedProductPlanInput

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 DeleteProvisionedProductPlanInput data as a hash:

{
  accept_language: "AcceptLanguage",
  plan_id: "Id", # required
  ignore_errors: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1466

class DeleteProvisionedProductPlanInput < Struct.new(
  :accept_language,
  :plan_id,
  :ignore_errors)
  include Aws::Structure
end

#ignore_errorsBoolean

If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

Returns:

  • (Boolean)


1466
1467
1468
1469
1470
1471
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1466

class DeleteProvisionedProductPlanInput < Struct.new(
  :accept_language,
  :plan_id,
  :ignore_errors)
  include Aws::Structure
end

#plan_idString

The plan identifier.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1466

class DeleteProvisionedProductPlanInput < Struct.new(
  :accept_language,
  :plan_id,
  :ignore_errors)
  include Aws::Structure
end