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", ...
884 |
# File 'sig/client.rbs', line 884
def compliance: () -> ("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")
|
#evaluation_context ⇒ Types::EvaluationContext
885 |
# File 'sig/client.rbs', line 885
def evaluation_context: () -> Types::EvaluationContext
|
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
881 |
# File 'sig/client.rbs', line 881
def evaluation_mode: () -> ("DETECTIVE" | "PROACTIVE")
|
#evaluation_start_timestamp ⇒ ::Time
883 |
# File 'sig/client.rbs', line 883
def evaluation_start_timestamp: () -> ::Time
|
#evaluation_status ⇒ Types::EvaluationStatus
882 |
# File 'sig/client.rbs', line 882
def evaluation_status: () -> Types::EvaluationStatus
|
#resource_details ⇒ Types::ResourceDetails
886 |
# File 'sig/client.rbs', line 886
def resource_details: () -> Types::ResourceDetails
|
#resource_evaluation_id ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def resource_evaluation_id: () -> ::String
|