Class: Aws::AppConfig::Types::DeleteDeploymentStrategyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteDeploymentStrategyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
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.
889 890 891 892 893 |
# File 'lib/aws-sdk-appconfig/types.rb', line 889 class DeleteDeploymentStrategyRequest < Struct.new( :deployment_strategy_id) SENSITIVE = [] include Aws::Structure end |