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)


832
833
834
835
836
# File 'lib/aws-sdk-appconfig/types.rb', line 832

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