Class: Aws::LaunchWizard::Types::DeleteDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


84
85
86
87
88
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 84

class DeleteDeploymentInput < Struct.new(
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end