Class: Aws::DirectConnect::Types::AssociatedCoreNetwork
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociatedCoreNetwork
- 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
-
#attachment_id ⇒ String
the ID of the Direct Connect attachment.
-
#id ⇒ String
The ID of the Cloud WAN core network.
-
#owner_account ⇒ String
The account owner of the Cloud WAN core network.
Instance Attribute Details
#attachment_id ⇒ String
the ID of the Direct Connect attachment
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 |
#id ⇒ String
The ID of the Cloud WAN core network.
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_account ⇒ String
The account owner of the Cloud WAN core network.
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 |