Class: Aws::EC2::Types::DisableRouteServerPropagationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#route_server_propagationTypes::RouteServerPropagation

Information about the disabled route server propagation.



33364
33365
33366
33367
33368
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33364

class DisableRouteServerPropagationResult < Struct.new(
  :route_server_propagation)
  SENSITIVE = []
  include Aws::Structure
end