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.
2578 2579 2580 2581 2582 2583 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2578 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique ID of a deployment target.
2578 2579 2580 2581 2582 2583 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2578 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |