Class: Aws::LaunchWizard::Types::GetDeploymentInput

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)


270
271
272
273
274
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 270

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