Class: Aws::NetworkManager::Types::GetRouteAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetRouteAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#route_analysis_id ⇒ String
The ID of the route analysis.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3657 class GetRouteAnalysisRequest < Struct.new( :global_network_id, :route_analysis_id) SENSITIVE = [] include Aws::Structure end |
#route_analysis_id ⇒ String
The ID of the route analysis.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3657 class GetRouteAnalysisRequest < Struct.new( :global_network_id, :route_analysis_id) SENSITIVE = [] include Aws::Structure end |