OBJECT
AWS accounts on which Ransomware Investigation can be enabled.
type AwsAccountRansomwareInvestigationEnablement {# AWS account ID.id: String! # AWS account name.accountName: String! # Indicates whether Ransomware Monitoring is enabled.enabled: Boolean! # Indicates whether the AWS account is healthy.isHealthy: Boolean! }