Aws Cloud Profile Response
data class AwsCloudProfileResponse(val accountId: String, val excludedAccounts: List<String>? = null, val isOrganizationalAccount: Boolean? = null)
cloud profile for AWS.
cloud profile for AWS.