Module: Aws::ConfigService::Client::_GetResourceEvaluationSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceEvaluationSummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compliance ⇒ "COMPLIANT", ...
- #evaluation_context ⇒ Types::EvaluationContext
- #evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
- #evaluation_start_timestamp ⇒ ::Time
- #evaluation_status ⇒ Types::EvaluationStatus
- #resource_details ⇒ Types::ResourceDetails
- #resource_evaluation_id ⇒ ::String
Instance Method Details
#compliance ⇒ "COMPLIANT", ...
901 |
# File 'sig/client.rbs', line 901 def compliance: () -> ("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA") |
#evaluation_context ⇒ Types::EvaluationContext
902 |
# File 'sig/client.rbs', line 902 def evaluation_context: () -> Types::EvaluationContext |
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
898 |
# File 'sig/client.rbs', line 898 def evaluation_mode: () -> ("DETECTIVE" | "PROACTIVE") |
#evaluation_start_timestamp ⇒ ::Time
900 |
# File 'sig/client.rbs', line 900 def evaluation_start_timestamp: () -> ::Time |
#evaluation_status ⇒ Types::EvaluationStatus
899 |
# File 'sig/client.rbs', line 899 def evaluation_status: () -> Types::EvaluationStatus |
#resource_details ⇒ Types::ResourceDetails
903 |
# File 'sig/client.rbs', line 903 def resource_details: () -> Types::ResourceDetails |
#resource_evaluation_id ⇒ ::String
897 |
# File 'sig/client.rbs', line 897 def resource_evaluation_id: () -> ::String |