Class: Aws::EC2::Types::CreateTransitGatewayPeeringAttachmentRequestOptions

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

Overview

Describes whether dynamic routing is enabled or disabled for the transit gateway peering request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_routingString

Indicates whether dynamic routing is enabled or disabled.

Returns:

  • (String)


11735
11736
11737
11738
11739
# File 'lib/aws-sdk-ec2/types.rb', line 11735

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