You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::GetDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDeploymentInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  deployment_id: "DeploymentId", # required
}

Represents the input of a GetDeployment operation.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment associated with the IAM user or AWS account.

Returns:

  • (String)

    The unique ID of a deployment associated with the IAM user or AWS account.