Class: Aws::Types::NetworkInsightsAccessScopeAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInsightsAccessScopeAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzed_eni_count ⇒ ::Integer
Returns the value of attribute analyzed_eni_count.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#findings_found ⇒ "true", ...
Returns the value of attribute findings_found.
-
#network_insights_access_scope_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_arn.
-
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
-
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#analyzed_eni_count ⇒ ::Integer
Returns the value of attribute analyzed_eni_count.
15018 15019 15020 |
# File 'sig/types.rbs', line 15018 def analyzed_eni_count @analyzed_eni_count end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
15016 15017 15018 |
# File 'sig/types.rbs', line 15016 def end_date @end_date end |
#findings_found ⇒ "true", ...
Returns the value of attribute findings_found.
15017 15018 15019 |
# File 'sig/types.rbs', line 15017 def findings_found @findings_found end |
#network_insights_access_scope_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_arn.
15010 15011 15012 |
# File 'sig/types.rbs', line 15010 def network_insights_access_scope_analysis_arn @network_insights_access_scope_analysis_arn end |
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
15009 15010 15011 |
# File 'sig/types.rbs', line 15009 def network_insights_access_scope_analysis_id @network_insights_access_scope_analysis_id end |
#network_insights_access_scope_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_id.
15011 15012 15013 |
# File 'sig/types.rbs', line 15011 def network_insights_access_scope_id @network_insights_access_scope_id end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
15015 15016 15017 |
# File 'sig/types.rbs', line 15015 def start_date @start_date end |
#status ⇒ "running", ...
Returns the value of attribute status.
15012 15013 15014 |
# File 'sig/types.rbs', line 15012 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
15013 15014 15015 |
# File 'sig/types.rbs', line 15013 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15019 15020 15021 |
# File 'sig/types.rbs', line 15019 def @tags end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
15014 15015 15016 |
# File 'sig/types.rbs', line 15014 def @warning_message end |