Class: Aws::Proton::Types::DeleteEnvironmentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

The detailed data of the environment being deleted.

Returns:



1543
1544
1545
1546
1547
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1543

class DeleteEnvironmentOutput < Struct.new(
  :environment)
  SENSITIVE = []
  include Aws::Structure
end