Class: Aws::Proton::Types::DeleteEnvironmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::Environment
The environment detail data that's returned by Proton.
Instance Attribute Details
#environment ⇒ Types::Environment
The environment detail data that's returned by Proton.
1138 1139 1140 1141 1142 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1138 class DeleteEnvironmentOutput < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |