Class: Aws::CodeDeploy::Types::GetDeploymentTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentTargetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
-
#target_id ⇒ String
The unique ID of a deployment target.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
2569 2570 2571 2572 2573 2574 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2569 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique ID of a deployment target.
2569 2570 2571 2572 2573 2574 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2569 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |