OBJECT
AWS RSC account details.
type AwsRscAccountDetails {# ID generated after the AWS native account is registered.awsCloudAccountId: String! # AWS native account ID.awsNativeId: String! # Message denoting status of registration(Empty if successful).message: String! }