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.
2443 2444 2445 2446 2447 2448 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2443 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.
2443 2444 2445 2446 2447 2448 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2443 class GetDeploymentInstanceInput < Struct.new( :deployment_id, :instance_id) SENSITIVE = [] include Aws::Structure end |