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