Class: Aws::AppConfig::Types::GetDeploymentStrategyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetDeploymentStrategyRequest
- Defined in:
- gems/aws-sdk-appconfig/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.
1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1741 class GetDeploymentStrategyRequest < Struct.new( :deployment_strategy_id) SENSITIVE = [] include Aws::Structure end |