Class: Aws::ServiceCatalog::Types::DeleteProvisionedProductPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteProvisionedProductPlanInput
- 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.
-
#ignore_errors ⇒ Boolean
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
-
#plan_id ⇒ String
The plan identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428 class DeleteProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :ignore_errors) SENSITIVE = [] include Aws::Structure end |
#ignore_errors ⇒ Boolean
If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428 class DeleteProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :ignore_errors) SENSITIVE = [] include Aws::Structure end |
#plan_id ⇒ String
The plan identifier.
1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428 class DeleteProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :ignore_errors) SENSITIVE = [] include Aws::Structure end |