Class: Aws::Types::StartRouteAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRouteAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::RouteAnalysisEndpointOptionsSpecification
Returns the value of attribute destination.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#include_return_path ⇒ Boolean
Returns the value of attribute include_return_path.
-
#source ⇒ Types::RouteAnalysisEndpointOptionsSpecification
Returns the value of attribute source.
-
#use_middleboxes ⇒ Boolean
Returns the value of attribute use_middleboxes.
Instance Attribute Details
#destination ⇒ Types::RouteAnalysisEndpointOptionsSpecification
Returns the value of attribute destination.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def destination @destination end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def global_network_id @global_network_id end |
#include_return_path ⇒ Boolean
Returns the value of attribute include_return_path.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def include_return_path @include_return_path end |
#source ⇒ Types::RouteAnalysisEndpointOptionsSpecification
Returns the value of attribute source.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def source @source end |
#use_middleboxes ⇒ Boolean
Returns the value of attribute use_middleboxes.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def use_middleboxes @use_middleboxes end |