Class: Aws::AppConfig::Types::GetDeploymentStrategyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetDeploymentStrategyRequest
- 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 to get.
Instance Attribute Details
#deployment_strategy_id ⇒ String
The ID of the deployment strategy to get.
1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1744 class GetDeploymentStrategyRequest < Struct.new( :deployment_strategy_id) SENSITIVE = [] include Aws::Structure end |