Class: Aws::FMS::Types::Route

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Describes a route in a route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The destination of the route.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4636

class Route < Struct.new(
  :destination_type,
  :target_type,
  :destination,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

The type of destination for the route.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4636

class Route < Struct.new(
  :destination_type,
  :target_type,
  :destination,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The route's target.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4636

class Route < Struct.new(
  :destination_type,
  :target_type,
  :destination,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The type of target for the route.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4636

class Route < Struct.new(
  :destination_type,
  :target_type,
  :destination,
  :target)
  SENSITIVE = []
  include Aws::Structure
end