Class: Aws::EC2::Types::TransitGatewayRoute

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

Overview

Describes a route for a transit gateway route table.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The CIDR block used for destination matches.

Returns:

  • (String)


35940
35941
35942
35943
35944
35945
35946
# File 'lib/aws-sdk-ec2/types.rb', line 35940

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :transit_gateway_attachments,
  :type,
  :state)
  include Aws::Structure
end

#stateString

The state of the route.

Returns:

  • (String)


35940
35941
35942
35943
35944
35945
35946
# File 'lib/aws-sdk-ec2/types.rb', line 35940

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :transit_gateway_attachments,
  :type,
  :state)
  include Aws::Structure
end

#transit_gateway_attachmentsArray<Types::TransitGatewayRouteAttachment>

The attachments.



35940
35941
35942
35943
35944
35945
35946
# File 'lib/aws-sdk-ec2/types.rb', line 35940

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :transit_gateway_attachments,
  :type,
  :state)
  include Aws::Structure
end

#typeString

The route type.

Returns:

  • (String)


35940
35941
35942
35943
35944
35945
35946
# File 'lib/aws-sdk-ec2/types.rb', line 35940

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :transit_gateway_attachments,
  :type,
  :state)
  include Aws::Structure
end