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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deployment_idString

The unique ID of a deployment associated with the user or Amazon Web Services account.

Returns:

  • (String)


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