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.
6937 6938 6939 |
# File 'sig/types.rbs', line 6937 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6936 6937 6938 |
# File 'sig/types.rbs', line 6936 def max_results @max_results end |
#network_insights_path_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_path_ids.
6934 6935 6936 |
# File 'sig/types.rbs', line 6934 def network_insights_path_ids @network_insights_path_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6938 6939 6940 |
# File 'sig/types.rbs', line 6938 def next_token @next_token end |