Class: Aws::NetworkManager::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
-
#global_network_id ⇒ String
The ID of the global network.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
2308 2309 2310 2311 2312 2313 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2308 class DeleteConnectionRequest < Struct.new( :global_network_id, :connection_id) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2308 2309 2310 2311 2312 2313 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2308 class DeleteConnectionRequest < Struct.new( :global_network_id, :connection_id) SENSITIVE = [] include Aws::Structure end |