Class: Aws::DirectConnect::Types::DeleteInterconnectResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#interconnect_stateString

The state of the interconnect. The following are the possible values:

  • ‘requested`: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

  • ‘pending`: The interconnect is approved, and is being initialized.

  • ‘available`: The network link is up, and the interconnect is ready for use.

  • ‘down`: The network link is down.

  • ‘deleting`: The interconnect is being deleted.

  • ‘deleted`: The interconnect is deleted.

Returns:

  • (String)


1109
1110
1111
1112
# File 'lib/aws-sdk-directconnect/types.rb', line 1109

class DeleteInterconnectResponse < Struct.new(
  :interconnect_state)
  include Aws::Structure
end