Class: Aws::CodeDeploy::Types::GetDeploymentInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘GetDeploymentInstance` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
-
#instance_id ⇒ String
The unique ID of an instance in the deployment group.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
2524 2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2524 class GetDeploymentInstanceInput < Struct.new( :deployment_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique ID of an instance in the deployment group.
2524 2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2524 class GetDeploymentInstanceInput < Struct.new( :deployment_id, :instance_id) SENSITIVE = [] include Aws::Structure end |