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.



282
283
284
285
286
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 282

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