Class: Aws::Types::AggregateEvaluationResult
- Inherits:
-
Object
- Object
- Aws::Types::AggregateEvaluationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#annotation ⇒ ::String
Returns the value of attribute annotation.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
-
#config_rule_invoked_time ⇒ ::Time
Returns the value of attribute config_rule_invoked_time.
-
#evaluation_result_identifier ⇒ Types::EvaluationResultIdentifier
Returns the value of attribute evaluation_result_identifier.
-
#result_recorded_time ⇒ ::Time
Returns the value of attribute result_recorded_time.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def account_id @account_id end |
#annotation ⇒ ::String
Returns the value of attribute annotation.
79 80 81 |
# File 'sig/types.rbs', line 79 def annotation @annotation end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
81 82 83 |
# File 'sig/types.rbs', line 81 def aws_region @aws_region end |
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
76 77 78 |
# File 'sig/types.rbs', line 76 def compliance_type @compliance_type end |
#config_rule_invoked_time ⇒ ::Time
Returns the value of attribute config_rule_invoked_time.
78 79 80 |
# File 'sig/types.rbs', line 78 def config_rule_invoked_time @config_rule_invoked_time end |
#evaluation_result_identifier ⇒ Types::EvaluationResultIdentifier
Returns the value of attribute evaluation_result_identifier.
75 76 77 |
# File 'sig/types.rbs', line 75 def evaluation_result_identifier @evaluation_result_identifier end |
#result_recorded_time ⇒ ::Time
Returns the value of attribute result_recorded_time.
77 78 79 |
# File 'sig/types.rbs', line 77 def result_recorded_time @result_recorded_time end |