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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-networkmanager/types.rb', line 4728

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

#resourceTypes::NetworkResourceSummary

The resource.



4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-networkmanager/types.rb', line 4728

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)


4728
4729
4730
4731
4732
4733
4734
# File 'lib/aws-sdk-networkmanager/types.rb', line 4728

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