Class: Aws::LaunchWizard::Types::UpdateDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::UpdateDeploymentOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment ⇒ Types::DeploymentDataSummary
The deployment.
Instance Attribute Details
#deployment ⇒ Types::DeploymentDataSummary
The deployment.
943 944 945 946 947 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 943 class UpdateDeploymentOutput < Struct.new( :deployment) SENSITIVE = [] include Aws::Structure end |