Class: Aws::NetworkManager::Types::PathComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::PathComponent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a path component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ String
The destination CIDR block in the route table.
-
#resource ⇒ Types::NetworkResourceSummary
The resource.
-
#sequence ⇒ Integer
The sequence number in the path.
Instance Attribute Details
#destination_cidr_block ⇒ String
The destination CIDR block in the route table.
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 |
#resource ⇒ Types::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 |
#sequence ⇒ Integer
The sequence number in the path. The destination is 0.
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 |