Class: Aws::EC2::Types::DisableTransitGatewayRouteTablePropagationResult

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

#propagationTypes::TransitGatewayPropagation

Information about route propagation.



29130
29131
29132
29133
29134
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29130

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