Class: Aws::Types::RouteAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::RouteAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::RouteAnalysisEndpointOptions
Returns the value of attribute destination.
-
#forward_path ⇒ Types::RouteAnalysisPath
Returns the value of attribute forward_path.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#include_return_path ⇒ Boolean
Returns the value of attribute include_return_path.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#return_path ⇒ Types::RouteAnalysisPath
Returns the value of attribute return_path.
-
#route_analysis_id ⇒ ::String
Returns the value of attribute route_analysis_id.
-
#source ⇒ Types::RouteAnalysisEndpointOptions
Returns the value of attribute source.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#use_middleboxes ⇒ Boolean
Returns the value of attribute use_middleboxes.
Instance Attribute Details
#destination ⇒ Types::RouteAnalysisEndpointOptions
Returns the value of attribute destination.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def destination @destination end |
#forward_path ⇒ Types::RouteAnalysisPath
Returns the value of attribute forward_path.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def forward_path @forward_path end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def global_network_id @global_network_id end |
#include_return_path ⇒ Boolean
Returns the value of attribute include_return_path.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def include_return_path @include_return_path end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def owner_account_id @owner_account_id end |
#return_path ⇒ Types::RouteAnalysisPath
Returns the value of attribute return_path.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def return_path @return_path end |
#route_analysis_id ⇒ ::String
Returns the value of attribute route_analysis_id.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def route_analysis_id @route_analysis_id end |
#source ⇒ Types::RouteAnalysisEndpointOptions
Returns the value of attribute source.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def source @source end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def status @status end |
#use_middleboxes ⇒ Boolean
Returns the value of attribute use_middleboxes.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def use_middleboxes @use_middleboxes end |