Class: Aws::NetworkManager::Types::DeletePeeringRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeletePeeringRequest
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#peering_id ⇒ String
The ID of the peering connection to delete.
Instance Attribute Details
#peering_id ⇒ String
The ID of the peering connection to delete.
2023 2024 2025 2026 2027 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2023 class DeletePeeringRequest < Struct.new( :peering_id) SENSITIVE = [] include Aws::Structure end |