Class: Aws::EC2::Types::CreateRouteServerPeerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateRouteServerPeerResult
- 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 created route server peer.
Instance Attribute Details
#route_server_peer ⇒ Types::RouteServerPeer
Information about the created route server peer.
13530 13531 13532 13533 13534 |
# File 'lib/aws-sdk-ec2/types.rb', line 13530 class CreateRouteServerPeerResult < Struct.new( :route_server_peer) SENSITIVE = [] include Aws::Structure end |