Class: Aws::Types::GetResourceEvaluationSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceEvaluationSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance ⇒ "COMPLIANT", ...
Returns the value of attribute compliance.
-
#evaluation_context ⇒ Types::EvaluationContext
Returns the value of attribute evaluation_context.
-
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
-
#evaluation_start_timestamp ⇒ ::Time
Returns the value of attribute evaluation_start_timestamp.
-
#evaluation_status ⇒ Types::EvaluationStatus
Returns the value of attribute evaluation_status.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
-
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
Instance Attribute Details
#compliance ⇒ "COMPLIANT", ...
Returns the value of attribute compliance.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def compliance @compliance end |
#evaluation_context ⇒ Types::EvaluationContext
Returns the value of attribute evaluation_context.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def evaluation_context @evaluation_context end |
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def evaluation_mode @evaluation_mode end |
#evaluation_start_timestamp ⇒ ::Time
Returns the value of attribute evaluation_start_timestamp.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def end |
#evaluation_status ⇒ Types::EvaluationStatus
Returns the value of attribute evaluation_status.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def evaluation_status @evaluation_status end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def resource_details @resource_details end |
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def resource_evaluation_id @resource_evaluation_id end |