Class: Aws::EC2::Types::DisableRouteServerPropagationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableRouteServerPropagationResult
- 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 disabled route server propagation.
Instance Attribute Details
#route_server_propagation ⇒ Types::RouteServerPropagation
Information about the disabled route server propagation.
32036 32037 32038 32039 32040 |
# File 'lib/aws-sdk-ec2/types.rb', line 32036 class DisableRouteServerPropagationResult < Struct.new( :route_server_propagation) SENSITIVE = [] include Aws::Structure end |