Class: Aws::NetworkManager::Types::PathComponent

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

Overview

Describes a path component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The destination CIDR block in the route table.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4447

class PathComponent < Struct.new(
  :sequence,
  :resource,
  :destination_cidr_block)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::NetworkResourceSummary

The resource.



4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4447

class PathComponent < Struct.new(
  :sequence,
  :resource,
  :destination_cidr_block)
  SENSITIVE = []
  include Aws::Structure
end

#sequenceInteger

The sequence number in the path. The destination is 0.

Returns:

  • (Integer)


4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4447

class PathComponent < Struct.new(
  :sequence,
  :resource,
  :destination_cidr_block)
  SENSITIVE = []
  include Aws::Structure
end