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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1428

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

#ignore_errorsBoolean

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

Returns:

  • (Boolean)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1428

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

#plan_idString

The plan identifier.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1428

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