Class: Aws::LaunchWizard::Types::GetDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetDeploymentInput
- 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.
355 356 357 358 359 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 355 class GetDeploymentInput < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |