Class: Aws::Types::AuditCheckDetails
- Inherits:
-
Object
- Object
- Aws::Types::AuditCheckDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_compliant ⇒ Boolean
Returns the value of attribute check_compliant.
-
#check_run_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute check_run_status.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#non_compliant_resources_count ⇒ ::Integer
Returns the value of attribute non_compliant_resources_count.
-
#suppressed_non_compliant_resources_count ⇒ ::Integer
Returns the value of attribute suppressed_non_compliant_resources_count.
-
#total_resources_count ⇒ ::Integer
Returns the value of attribute total_resources_count.
Instance Attribute Details
#check_compliant ⇒ Boolean
Returns the value of attribute check_compliant.
215 216 217 |
# File 'sig/types.rbs', line 215 def check_compliant @check_compliant end |
#check_run_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute check_run_status.
214 215 216 |
# File 'sig/types.rbs', line 214 def check_run_status @check_run_status end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
219 220 221 |
# File 'sig/types.rbs', line 219 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
220 221 222 |
# File 'sig/types.rbs', line 220 def @message end |
#non_compliant_resources_count ⇒ ::Integer
Returns the value of attribute non_compliant_resources_count.
217 218 219 |
# File 'sig/types.rbs', line 217 def non_compliant_resources_count @non_compliant_resources_count end |
#suppressed_non_compliant_resources_count ⇒ ::Integer
Returns the value of attribute suppressed_non_compliant_resources_count.
218 219 220 |
# File 'sig/types.rbs', line 218 def suppressed_non_compliant_resources_count @suppressed_non_compliant_resources_count end |
#total_resources_count ⇒ ::Integer
Returns the value of attribute total_resources_count.
216 217 218 |
# File 'sig/types.rbs', line 216 def total_resources_count @total_resources_count end |