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.
6646 6647 6648 |
# File 'sig/types.rbs', line 6646 def analysis_end_time @analysis_end_time end |
#analysis_start_time ⇒ ::Time
Returns the value of attribute analysis_start_time.
6645 6646 6647 |
# File 'sig/types.rbs', line 6645 def analysis_start_time @analysis_start_time end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6649 6650 6651 |
# File 'sig/types.rbs', line 6649 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6647 6648 6649 |
# File 'sig/types.rbs', line 6647 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6648 6649 6650 |
# File 'sig/types.rbs', line 6648 def max_results @max_results end |
#network_insights_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_analysis_ids.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def network_insights_analysis_ids @network_insights_analysis_ids end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
6644 6645 6646 |
# File 'sig/types.rbs', line 6644 def network_insights_path_id @network_insights_path_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6650 6651 6652 |
# File 'sig/types.rbs', line 6650 def next_token @next_token end |