Class: Aws::NetworkManager::Types::DeregisterTransitGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeregisterTransitGatewayRequest
- 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_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2323 class DeregisterTransitGatewayRequest < Struct.new( :global_network_id, :transit_gateway_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2323 class DeregisterTransitGatewayRequest < Struct.new( :global_network_id, :transit_gateway_arn) SENSITIVE = [] include Aws::Structure end |