Class: Aws::EC2::Types::EnableRouteServerPropagationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableRouteServerPropagationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_server_propagation ⇒ Types::RouteServerPropagation
Information about the enabled route server propagation.
Instance Attribute Details
#route_server_propagation ⇒ Types::RouteServerPropagation
Information about the enabled route server propagation.
34660 34661 34662 34663 34664 |
# File 'lib/aws-sdk-ec2/types.rb', line 34660 class EnableRouteServerPropagationResult < Struct.new( :route_server_propagation) SENSITIVE = [] include Aws::Structure end |