Class: Aws::CodeDeploy::Types::GetDeploymentTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentTargetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Note:
When making an API call, you may pass GetDeploymentTargetInput data as a hash:
{
deployment_id: "DeploymentId",
target_id: "TargetId",
}
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.
2968 2969 2970 2971 2972 2973 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2968 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique ID of a deployment target.
2968 2969 2970 2971 2972 2973 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2968 class GetDeploymentTargetInput < Struct.new( :deployment_id, :target_id) SENSITIVE = [] include Aws::Structure end |