Class: Aws::Types::NetworkInsightsAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInsightsAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_accounts ⇒ ::Array[::String]
Returns the value of attribute additional_accounts.
-
#alternate_path_hints ⇒ ::Array[Types::AlternatePathHint]
Returns the value of attribute alternate_path_hints.
-
#explanations ⇒ ::Array[Types::Explanation]
Returns the value of attribute explanations.
-
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
-
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
-
#forward_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute forward_path_components.
-
#network_insights_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_analysis_arn.
-
#network_insights_analysis_id ⇒ ::String
Returns the value of attribute network_insights_analysis_id.
-
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
-
#network_path_found ⇒ Boolean
Returns the value of attribute network_path_found.
-
#return_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute return_path_components.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "running", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#suggested_accounts ⇒ ::Array[::String]
Returns the value of attribute suggested_accounts.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#additional_accounts ⇒ ::Array[::String]
Returns the value of attribute additional_accounts.
15373 15374 15375 |
# File 'sig/types.rbs', line 15373 def additional_accounts @additional_accounts end |
#alternate_path_hints ⇒ ::Array[Types::AlternatePathHint]
Returns the value of attribute alternate_path_hints.
15384 15385 15386 |
# File 'sig/types.rbs', line 15384 def alternate_path_hints @alternate_path_hints end |
#explanations ⇒ ::Array[Types::Explanation]
Returns the value of attribute explanations.
15383 15384 15385 |
# File 'sig/types.rbs', line 15383 def explanations @explanations end |
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
15374 15375 15376 |
# File 'sig/types.rbs', line 15374 def filter_in_arns @filter_in_arns end |
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
15375 15376 15377 |
# File 'sig/types.rbs', line 15375 def filter_out_arns @filter_out_arns end |
#forward_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute forward_path_components.
15381 15382 15383 |
# File 'sig/types.rbs', line 15381 def forward_path_components @forward_path_components end |
#network_insights_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_analysis_arn.
15371 15372 15373 |
# File 'sig/types.rbs', line 15371 def network_insights_analysis_arn @network_insights_analysis_arn end |
#network_insights_analysis_id ⇒ ::String
Returns the value of attribute network_insights_analysis_id.
15370 15371 15372 |
# File 'sig/types.rbs', line 15370 def network_insights_analysis_id @network_insights_analysis_id end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
15372 15373 15374 |
# File 'sig/types.rbs', line 15372 def network_insights_path_id @network_insights_path_id end |
#network_path_found ⇒ Boolean
Returns the value of attribute network_path_found.
15380 15381 15382 |
# File 'sig/types.rbs', line 15380 def network_path_found @network_path_found end |
#return_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute return_path_components.
15382 15383 15384 |
# File 'sig/types.rbs', line 15382 def return_path_components @return_path_components end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
15376 15377 15378 |
# File 'sig/types.rbs', line 15376 def start_date @start_date end |
#status ⇒ "running", ...
Returns the value of attribute status.
15377 15378 15379 |
# File 'sig/types.rbs', line 15377 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
15378 15379 15380 |
# File 'sig/types.rbs', line 15378 def @status_message end |
#suggested_accounts ⇒ ::Array[::String]
Returns the value of attribute suggested_accounts.
15385 15386 15387 |
# File 'sig/types.rbs', line 15385 def suggested_accounts @suggested_accounts end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15386 15387 15388 |
# File 'sig/types.rbs', line 15386 def @tags end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
15379 15380 15381 |
# File 'sig/types.rbs', line 15379 def @warning_message end |