Class: Aws::CodeDeploy::Types::GetDeploymentTargetInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


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_idString

The unique ID of a deployment target.

Returns:

  • (String)


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