Class: Aws::Interconnect::Types::DeleteConnectionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The Connection object that has been marked for deletion.

Returns:



435
436
437
438
439
# File 'lib/aws-sdk-interconnect/types.rb', line 435

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