Class: Aws::LaunchWizard::Types::GetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment ⇒ Types::DeploymentData
An object that details the deployment.
Instance Attribute Details
#deployment ⇒ Types::DeploymentData
An object that details the deployment.
367 368 369 370 371 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 367 class GetDeploymentOutput < Struct.new( :deployment) SENSITIVE = [] include Aws::Structure end |