Class: Aws::Proton::Types::GetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment ⇒ Types::Deployment
The detailed data of the requested deployment.
Instance Attribute Details
#deployment ⇒ Types::Deployment
The detailed data of the requested deployment.
2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-proton/types.rb', line 2794 class GetDeploymentOutput < Struct.new( :deployment) SENSITIVE = [] include Aws::Structure end |