Class: Aws::Proton::Types::CancelEnvironmentDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CancelEnvironmentDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
The environment summary data that’s returned by Proton.
Instance Attribute Details
#environment ⇒ Types::Environment
The environment summary data that’s returned by Proton.
127 128 129 130 131 |
# File 'lib/aws-sdk-proton/types.rb', line 127 class CancelEnvironmentDeploymentOutput < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |