Class: Aws::Types::ValidatePolicyFinding
- Inherits:
-
Object
- Object
- Aws::Types::ValidatePolicyFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_details ⇒ ::String
Returns the value of attribute finding_details.
-
#finding_type ⇒ "ERROR", ...
Returns the value of attribute finding_type.
-
#issue_code ⇒ ::String
Returns the value of attribute issue_code.
-
#learn_more_link ⇒ ::String
Returns the value of attribute learn_more_link.
-
#locations ⇒ ::Array[Types::Location]
Returns the value of attribute locations.
Instance Attribute Details
#finding_details ⇒ ::String
Returns the value of attribute finding_details.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def finding_details @finding_details end |
#finding_type ⇒ "ERROR", ...
Returns the value of attribute finding_type.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def finding_type @finding_type end |
#issue_code ⇒ ::String
Returns the value of attribute issue_code.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def issue_code @issue_code end |
#learn_more_link ⇒ ::String
Returns the value of attribute learn_more_link.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def learn_more_link @learn_more_link end |
#locations ⇒ ::Array[Types::Location]
Returns the value of attribute locations.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def locations @locations end |