Class: Aws::Evs::Types::DeleteEnvironmentConnectorResponse

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

#connectorTypes::Connector

A description of the deleted connector.

Returns:



767
768
769
770
771
772
# File 'lib/aws-sdk-evs/types.rb', line 767

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

#environment_summaryTypes::EnvironmentSummary

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



767
768
769
770
771
772
# File 'lib/aws-sdk-evs/types.rb', line 767

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