Class: Aws::LaunchWizard::Types::CreateDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::CreateDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment.
81 82 83 84 85 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 81 class CreateDeploymentOutput < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |