Class: Aws::EC2::Types::DeleteRouteServerPeerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteRouteServerPeerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_server_peer ⇒ Types::RouteServerPeer
Information about the deleted route server peer.
Instance Attribute Details
#route_server_peer ⇒ Types::RouteServerPeer
Information about the deleted route server peer.
16671 16672 16673 16674 16675 |
# File 'lib/aws-sdk-ec2/types.rb', line 16671 class DeleteRouteServerPeerResult < Struct.new( :route_server_peer) SENSITIVE = [] include Aws::Structure end |