Class: Aws::AppConfig::Types::DeleteDeploymentStrategyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_strategy_idString

The ID of the deployment strategy you want to delete.

Returns:

  • (String)


887
888
889
890
891
# File 'lib/aws-sdk-appconfig/types.rb', line 887

class DeleteDeploymentStrategyRequest < Struct.new(
  :deployment_strategy_id)
  SENSITIVE = []
  include Aws::Structure
end