Class: Aws::EC2::Types::DisableTransitGatewayRouteTablePropagationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableTransitGatewayRouteTablePropagationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#propagation ⇒ Types::TransitGatewayPropagation
Information about route propagation.
Instance Attribute Details
#propagation ⇒ Types::TransitGatewayPropagation
Information about route propagation.
31475 31476 31477 31478 31479 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31475 class DisableTransitGatewayRouteTablePropagationResult < Struct.new( :propagation) SENSITIVE = [] include Aws::Structure end |