Class: Aws::AppConfig::Types::DeleteDeploymentStrategyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteDeploymentStrategyRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Note:
When making an API call, you may pass DeleteDeploymentStrategyRequest data as a hash:
{
deployment_strategy_id: "DeploymentStrategyId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_strategy_id ⇒ String
The ID of the deployment strategy you want to delete.
Instance Attribute Details
#deployment_strategy_id ⇒ String
The ID of the deployment strategy you want to delete.
659 660 661 662 663 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 659 class DeleteDeploymentStrategyRequest < Struct.new( :deployment_strategy_id) SENSITIVE = [] include Aws::Structure end |