Class: Aws::Types::DescribeNetworkInsightsAnalysesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkInsightsAnalysesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_end_time ⇒ ::Time
Returns the value of attribute analysis_end_time.
-
#analysis_start_time ⇒ ::Time
Returns the value of attribute analysis_start_time.
-
#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_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_analysis_ids.
-
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#analysis_end_time ⇒ ::Time
Returns the value of attribute analysis_end_time.
6919 6920 6921 |
# File 'sig/types.rbs', line 6919 def analysis_end_time @analysis_end_time end |
#analysis_start_time ⇒ ::Time
Returns the value of attribute analysis_start_time.
6918 6919 6920 |
# File 'sig/types.rbs', line 6918 def analysis_start_time @analysis_start_time end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6922 6923 6924 |
# File 'sig/types.rbs', line 6922 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6920 6921 6922 |
# File 'sig/types.rbs', line 6920 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6921 6922 6923 |
# File 'sig/types.rbs', line 6921 def max_results @max_results end |
#network_insights_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_analysis_ids.
6916 6917 6918 |
# File 'sig/types.rbs', line 6916 def network_insights_analysis_ids @network_insights_analysis_ids end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
6917 6918 6919 |
# File 'sig/types.rbs', line 6917 def network_insights_path_id @network_insights_path_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6923 6924 6925 |
# File 'sig/types.rbs', line 6923 def next_token @next_token end |