Class: Aws::Evs::Types::DeleteEnvironmentHostResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_summaryTypes::EnvironmentSummary

A summary of the environment that the host was deleted from.



748
749
750
751
752
753
# File 'lib/aws-sdk-evs/types.rb', line 748

class DeleteEnvironmentHostResponse < Struct.new(
  :environment_summary,
  :host)
  SENSITIVE = []
  include Aws::Structure
end

#hostTypes::Host

A description of the deleted host.

Returns:



748
749
750
751
752
753
# File 'lib/aws-sdk-evs/types.rb', line 748

class DeleteEnvironmentHostResponse < Struct.new(
  :environment_summary,
  :host)
  SENSITIVE = []
  include Aws::Structure
end