Class: Aws::Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_findings ⇒ ::Array[Types::AccessScopeAnalysisFinding]
Returns the value of attribute analysis_findings.
-
#analysis_status ⇒ "running", ...
Returns the value of attribute analysis_status.
-
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#analysis_findings ⇒ ::Array[Types::AccessScopeAnalysisFinding]
Returns the value of attribute analysis_findings.
10701 10702 10703 |
# File 'sig/types.rbs', line 10701 def analysis_findings @analysis_findings end |
#analysis_status ⇒ "running", ...
Returns the value of attribute analysis_status.
10700 10701 10702 |
# File 'sig/types.rbs', line 10700 def analysis_status @analysis_status end |
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
10699 10700 10701 |
# File 'sig/types.rbs', line 10699 def network_insights_access_scope_analysis_id @network_insights_access_scope_analysis_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10702 10703 10704 |
# File 'sig/types.rbs', line 10702 def next_token @next_token end |