Class: Aws::NetworkManager::Types::TransitGatewayConnectPeerAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::TransitGatewayConnectPeerAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a transit gateway Connect peer association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link.
-
#state ⇒ String
The state of the association.
-
#transit_gateway_connect_peer_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
Instance Attribute Details
#device_id ⇒ String
The ID of the device.
5626 5627 5628 5629 5630 5631 5632 5633 5634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5626 class TransitGatewayConnectPeerAssociation < Struct.new( :transit_gateway_connect_peer_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5626 5627 5628 5629 5630 5631 5632 5633 5634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5626 class TransitGatewayConnectPeerAssociation < Struct.new( :transit_gateway_connect_peer_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
5626 5627 5628 5629 5630 5631 5632 5633 5634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5626 class TransitGatewayConnectPeerAssociation < Struct.new( :transit_gateway_connect_peer_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association.
5626 5627 5628 5629 5630 5631 5632 5633 5634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5626 class TransitGatewayConnectPeerAssociation < Struct.new( :transit_gateway_connect_peer_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_connect_peer_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
5626 5627 5628 5629 5630 5631 5632 5633 5634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5626 class TransitGatewayConnectPeerAssociation < Struct.new( :transit_gateway_connect_peer_arn, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |