Class: Aws::Evs::Types::DeleteEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

A description of the deleted environment.

Returns:



410
411
412
413
414
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 410

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