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.
15034 15035 15036 |
# File 'sig/types.rbs', line 15034 def additional_accounts @additional_accounts end |
#alternate_path_hints ⇒ ::Array[Types::AlternatePathHint]
Returns the value of attribute alternate_path_hints.
15045 15046 15047 |
# File 'sig/types.rbs', line 15045 def alternate_path_hints @alternate_path_hints end |
#explanations ⇒ ::Array[Types::Explanation]
Returns the value of attribute explanations.
15044 15045 15046 |
# File 'sig/types.rbs', line 15044 def explanations @explanations end |
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
15035 15036 15037 |
# File 'sig/types.rbs', line 15035 def filter_in_arns @filter_in_arns end |
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
15036 15037 15038 |
# File 'sig/types.rbs', line 15036 def filter_out_arns @filter_out_arns end |
#forward_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute forward_path_components.
15042 15043 15044 |
# File 'sig/types.rbs', line 15042 def forward_path_components @forward_path_components end |
#network_insights_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_analysis_arn.
15032 15033 15034 |
# File 'sig/types.rbs', line 15032 def network_insights_analysis_arn @network_insights_analysis_arn end |
#network_insights_analysis_id ⇒ ::String
Returns the value of attribute network_insights_analysis_id.
15031 15032 15033 |
# File 'sig/types.rbs', line 15031 def network_insights_analysis_id @network_insights_analysis_id end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
15033 15034 15035 |
# File 'sig/types.rbs', line 15033 def network_insights_path_id @network_insights_path_id end |
#network_path_found ⇒ Boolean
Returns the value of attribute network_path_found.
15041 15042 15043 |
# File 'sig/types.rbs', line 15041 def network_path_found @network_path_found end |
#return_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute return_path_components.
15043 15044 15045 |
# File 'sig/types.rbs', line 15043 def return_path_components @return_path_components end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
15037 15038 15039 |
# File 'sig/types.rbs', line 15037 def start_date @start_date end |
#status ⇒ "running", ...
Returns the value of attribute status.
15038 15039 15040 |
# File 'sig/types.rbs', line 15038 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
15039 15040 15041 |
# File 'sig/types.rbs', line 15039 def @status_message end |
#suggested_accounts ⇒ ::Array[::String]
Returns the value of attribute suggested_accounts.
15046 15047 15048 |
# File 'sig/types.rbs', line 15046 def suggested_accounts @suggested_accounts end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15047 15048 15049 |
# File 'sig/types.rbs', line 15047 def @tags end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
15040 15041 15042 |
# File 'sig/types.rbs', line 15040 def @warning_message end |