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.
10259 10260 10261 |
# File 'sig/types.rbs', line 10259 def analysis_findings @analysis_findings end |
#analysis_status ⇒ "running", ...
Returns the value of attribute analysis_status.
10258 10259 10260 |
# File 'sig/types.rbs', line 10258 def analysis_status @analysis_status end |
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
10257 10258 10259 |
# File 'sig/types.rbs', line 10257 def network_insights_access_scope_analysis_id @network_insights_access_scope_analysis_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10260 10261 10262 |
# File 'sig/types.rbs', line 10260 def next_token @next_token end |