Class: Aws::Types::AccessScopeAnalysisFinding
- Inherits:
-
Object
- Object
- Aws::Types::AccessScopeAnalysisFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute finding_components.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#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.
Instance Attribute Details
#finding_components ⇒ ::Array[Types::PathComponent]
Returns the value of attribute finding_components.
143 144 145 |
# File 'sig/types.rbs', line 143 def finding_components @finding_components end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def finding_id @finding_id end |
#network_insights_access_scope_analysis_id ⇒ ::String
Returns the value of attribute network_insights_access_scope_analysis_id.
140 141 142 |
# File 'sig/types.rbs', line 140 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.
141 142 143 |
# File 'sig/types.rbs', line 141 def network_insights_access_scope_id @network_insights_access_scope_id end |