Class: Aws::EC2::Types::EnableTransitGatewayRouteTablePropagationResult

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

#propagation ⇒ Types::TransitGatewayPropagation

Information about route propagation.



42987
42988
42989
42990
42991
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42987

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