Class: Aws::DirectConnect::Types::AssociatedCoreNetwork

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

Overview

The Amazon Web Services Cloud WAN core network that the Direct Connect attachment is associated with.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

the ID of the Direct Connect attachment

Returns:

  • (String)


367
368
369
370
371
372
373
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 367

class AssociatedCoreNetwork < Struct.new(
  :id,
  :owner_account,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Cloud WAN core network.

Returns:

  • (String)


367
368
369
370
371
372
373
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 367

class AssociatedCoreNetwork < Struct.new(
  :id,
  :owner_account,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The account owner of the Cloud WAN core network.

Returns:

  • (String)


367
368
369
370
371
372
373
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 367

class AssociatedCoreNetwork < Struct.new(
  :id,
  :owner_account,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end