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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


11546
11547
11548
11549
11550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11546

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