Class: Aws::EC2::Types::GetRouteServerPropagationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetRouteServerPropagationsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_server_propagations ⇒ Array<Types::RouteServerPropagation>
Information about the route propagations for the specified route server.
Instance Attribute Details
#route_server_propagations ⇒ Array<Types::RouteServerPropagation>
Information about the route propagations for the specified route server.
44832 44833 44834 44835 44836 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44832 class GetRouteServerPropagationsResult < Struct.new( :route_server_propagations) SENSITIVE = [] include Aws::Structure end |