Class: Aws::NetworkManager::Types::DisassociateTransitGatewayConnectPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateTransitGatewayConnectPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#transit_gateway_connect_peer_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2581 class DisassociateTransitGatewayConnectPeerRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_connect_peer_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2581 class DisassociateTransitGatewayConnectPeerRequest < Struct.new( :global_network_id, :transit_gateway_connect_peer_arn) SENSITIVE = [] include Aws::Structure end |