Class: Aws::Types::DescribeNetworkInsightsPathsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsPathsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_insights_path_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_path_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6847 6848 6849 |
# File 'sig/types.rbs', line 6847 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6845 6846 6847 |
# File 'sig/types.rbs', line 6845 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6846 6847 6848 |
# File 'sig/types.rbs', line 6846 def max_results @max_results end |
#network_insights_path_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_path_ids.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def network_insights_path_ids @network_insights_path_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6848 6849 6850 |
# File 'sig/types.rbs', line 6848 def next_token @next_token end |