Class: Aws::LaunchWizard::Types::GetDeploymentOutput

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

#deploymentTypes::DeploymentData

An object that details the deployment.



367
368
369
370
371
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 367

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