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.
6829 6830 6831 |
# File 'sig/types.rbs', line 6829 def analysis_end_time @analysis_end_time end |
#analysis_start_time ⇒ ::Time
Returns the value of attribute analysis_start_time.
6828 6829 6830 |
# File 'sig/types.rbs', line 6828 def analysis_start_time @analysis_start_time end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6832 6833 6834 |
# File 'sig/types.rbs', line 6832 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6830 6831 6832 |
# File 'sig/types.rbs', line 6830 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6831 6832 6833 |
# File 'sig/types.rbs', line 6831 def max_results @max_results end |
#network_insights_analysis_ids ⇒ ::Array[::String]
Returns the value of attribute network_insights_analysis_ids.
6826 6827 6828 |
# File 'sig/types.rbs', line 6826 def network_insights_analysis_ids @network_insights_analysis_ids end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
6827 6828 6829 |
# File 'sig/types.rbs', line 6827 def network_insights_path_id @network_insights_path_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6833 6834 6835 |
# File 'sig/types.rbs', line 6833 def next_token @next_token end |