Class: Aws::CodeDeploy::Types::GetDeploymentInstanceInput

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

Overview

Represents the input of a GetDeploymentInstance operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2524

class GetDeploymentInstanceInput < Struct.new(
  :deployment_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique ID of an instance in the deployment group.

Returns:

  • (String)


2524
2525
2526
2527
2528
2529
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2524

class GetDeploymentInstanceInput < Struct.new(
  :deployment_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end