Class: Aws::CodeDeploy::Types::GetDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentInput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a GetDeployment
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment associated with the user or Amazon Web Services account.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment associated with the user or Amazon Web Services account.
2506 2507 2508 2509 2510 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2506 class GetDeploymentInput < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |