Class: Aws::AppConfig::Types::GetDeploymentStrategyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/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 to get.

Returns:

  • (String)


1614
1615
1616
1617
1618
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1614

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