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.
14721 14722 14723 |
# File 'sig/types.rbs', line 14721 def analyzed_eni_count @analyzed_eni_count end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
14719 14720 14721 |
# File 'sig/types.rbs', line 14719 def end_date @end_date end |
#findings_found ⇒ "true", ...
Returns the value of attribute findings_found.
14720 14721 14722 |
# File 'sig/types.rbs', line 14720 def findings_found @findings_found end |
#network_insights_access_scope_analysis_arn ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_arn.
14713 14714 14715 |
# File 'sig/types.rbs', line 14713 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.
14712 14713 14714 |
# File 'sig/types.rbs', line 14712 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.
14714 14715 14716 |
# File 'sig/types.rbs', line 14714 def network_insights_access_scope_id @network_insights_access_scope_id end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
14718 14719 14720 |
# File 'sig/types.rbs', line 14718 def start_date @start_date end |
#status ⇒ "running", ...
Returns the value of attribute status.
14715 14716 14717 |
# File 'sig/types.rbs', line 14715 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
14716 14717 14718 |
# File 'sig/types.rbs', line 14716 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
14722 14723 14724 |
# File 'sig/types.rbs', line 14722 def @tags end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
14717 14718 14719 |
# File 'sig/types.rbs', line 14717 def @warning_message end |