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.
14737 14738 14739 |
# File 'sig/types.rbs', line 14737 def additional_accounts @additional_accounts end |
#alternate_path_hints ⇒ ::Array[Types::AlternatePathHint]
Returns the value of attribute alternate_path_hints.
14748 14749 14750 |
# File 'sig/types.rbs', line 14748 def alternate_path_hints @alternate_path_hints end |
#explanations ⇒ ::Array[Types::Explanation]
Returns the value of attribute explanations.
14747 14748 14749 |
# File 'sig/types.rbs', line 14747 def explanations @explanations end |
#filter_in_arns ⇒ ::Array[::String]
Returns the value of attribute filter_in_arns.
14738 14739 14740 |
# File 'sig/types.rbs', line 14738 def filter_in_arns @filter_in_arns end |
#filter_out_arns ⇒ ::Array[::String]
Returns the value of attribute filter_out_arns.
14739 14740 14741 |
# File 'sig/types.rbs', line 14739 def filter_out_arns @filter_out_arns end |
#forward_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute forward_path_components.
14745 14746 14747 |
# File 'sig/types.rbs', line 14745 def forward_path_components @forward_path_components end |
#network_insights_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_analysis_arn.
14735 14736 14737 |
# File 'sig/types.rbs', line 14735 def network_insights_analysis_arn @network_insights_analysis_arn end |
#network_insights_analysis_id ⇒ ::String
Returns the value of attribute network_insights_analysis_id.
14734 14735 14736 |
# File 'sig/types.rbs', line 14734 def network_insights_analysis_id @network_insights_analysis_id end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
14736 14737 14738 |
# File 'sig/types.rbs', line 14736 def network_insights_path_id @network_insights_path_id end |
#network_path_found ⇒ Boolean
Returns the value of attribute network_path_found.
14744 14745 14746 |
# File 'sig/types.rbs', line 14744 def network_path_found @network_path_found end |
#return_path_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute return_path_components.
14746 14747 14748 |
# File 'sig/types.rbs', line 14746 def return_path_components @return_path_components end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
14740 14741 14742 |
# File 'sig/types.rbs', line 14740 def start_date @start_date end |
#status ⇒ "running", ...
Returns the value of attribute status.
14741 14742 14743 |
# File 'sig/types.rbs', line 14741 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
14742 14743 14744 |
# File 'sig/types.rbs', line 14742 def @status_message end |
#suggested_accounts ⇒ ::Array[::String]
Returns the value of attribute suggested_accounts.
14749 14750 14751 |
# File 'sig/types.rbs', line 14749 def suggested_accounts @suggested_accounts end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
14750 14751 14752 |
# File 'sig/types.rbs', line 14750 def @tags end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
14743 14744 14745 |
# File 'sig/types.rbs', line 14743 def @warning_message end |